This commit is contained in:
@@ -192,7 +192,7 @@ public class ApplyClockInController {
|
||||
* @param applyAttendanceOutsideDto 表单对象
|
||||
* @return java.lang.Object
|
||||
*/
|
||||
@PostMapping("/outside1")
|
||||
@PostMapping("/outside")
|
||||
public Object create(@RequestBody @Valid ApplyAttendanceOutsideDto applyAttendanceOutsideDto) {
|
||||
if (StringUtil.isNotEmpty(applyAttendanceOutsideDto.getSpecialBusinessId())) {
|
||||
applyAttendanceOutsideDto.setClockInId(applyAttendanceOutsideDto.getSpecialBusinessId());
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
public class ApplyAttendanceOutsideDto {
|
||||
|
||||
/** 审批id */
|
||||
private Integer taskId;
|
||||
private String taskId;
|
||||
/** 流程标题 */
|
||||
private String flowTitle;
|
||||
/** 申请人id */
|
||||
|
||||
Reference in New Issue
Block a user