Merge branch 'dev'

This commit is contained in:
wangliwen 2022-12-06 17:57:29 +08:00
commit 9d0b6d4d4c
1 changed files with 0 additions and 5 deletions

View File

@ -433,11 +433,6 @@ public class ActTaskController {
actTaskService.backToFirst(taskId, batchCompleteDTO.getComment());
});
return new Result().ok("批量驳回成功");
// if (StringUtils.isEmpty(taskId)) {
// return new Result().error(ErrorCode.PARAMS_GET_ERROR);
// }
// actTaskService.backToFirst(taskId, comment);
// return new Result();
}
}