类开关测试
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 11s

This commit is contained in:
2026-06-09 11:34:26 +08:00
parent 3c086d8709
commit 17d3cab02d
3 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ public class ApplyClockInController {
* @param applyAttendanceOutsideDto 表单对象
* @return java.lang.Object
*/
@PostMapping("/outside")
@PostMapping("/outside1")
public Object create(@RequestBody @Valid ApplyAttendanceOutsideDto applyAttendanceOutsideDto) {
if (StringUtil.isNotEmpty(applyAttendanceOutsideDto.getSpecialBusinessId())) {
applyAttendanceOutsideDto.setClockInId(applyAttendanceOutsideDto.getSpecialBusinessId());

View File

@@ -17,7 +17,7 @@ import java.util.List;
public class ApplyAttendanceOutsideDto {
/** 审批id */
private String taskId;
private Integer taskId;
/** 流程标题 */
private String flowTitle;
/** 申请人id */