This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
# 总开关:false 时跳过 class_check + api_check,流水线直接退出
|
# 总开关:false 时跳过 class_check + api_check,流水线直接退出
|
||||||
checker:
|
checker:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
||||||
class_check:
|
class_check:
|
||||||
enabled: true
|
enabled: false
|
||||||
dto_entity_conversion:
|
dto_entity_conversion:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ public class ApplyClockInController {
|
|||||||
* @param applyAttendanceOutsideDto 表单对象
|
* @param applyAttendanceOutsideDto 表单对象
|
||||||
* @return java.lang.Object
|
* @return java.lang.Object
|
||||||
*/
|
*/
|
||||||
@PostMapping("/outside")
|
@PostMapping("/outside1")
|
||||||
public Object create(@RequestBody @Valid ApplyAttendanceOutsideDto applyAttendanceOutsideDto) {
|
public Object create(@RequestBody @Valid ApplyAttendanceOutsideDto applyAttendanceOutsideDto) {
|
||||||
if (StringUtil.isNotEmpty(applyAttendanceOutsideDto.getSpecialBusinessId())) {
|
if (StringUtil.isNotEmpty(applyAttendanceOutsideDto.getSpecialBusinessId())) {
|
||||||
applyAttendanceOutsideDto.setClockInId(applyAttendanceOutsideDto.getSpecialBusinessId());
|
applyAttendanceOutsideDto.setClockInId(applyAttendanceOutsideDto.getSpecialBusinessId());
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import java.util.List;
|
|||||||
public class ApplyAttendanceOutsideDto {
|
public class ApplyAttendanceOutsideDto {
|
||||||
|
|
||||||
/** 审批id */
|
/** 审批id */
|
||||||
private String taskId;
|
private Integer taskId;
|
||||||
/** 流程标题 */
|
/** 流程标题 */
|
||||||
private String flowTitle;
|
private String flowTitle;
|
||||||
/** 申请人id */
|
/** 申请人id */
|
||||||
|
|||||||
Reference in New Issue
Block a user