...
This commit is contained in:
parent
e1abfa6e5d
commit
b6de83347a
|
@ -433,11 +433,6 @@ public class ActTaskController {
|
||||||
actTaskService.backToFirst(taskId, batchCompleteDTO.getComment());
|
actTaskService.backToFirst(taskId, batchCompleteDTO.getComment());
|
||||||
});
|
});
|
||||||
return new Result().ok("批量驳回成功");
|
return new Result().ok("批量驳回成功");
|
||||||
// if (StringUtils.isEmpty(taskId)) {
|
|
||||||
// return new Result().error(ErrorCode.PARAMS_GET_ERROR);
|
|
||||||
// }
|
|
||||||
// actTaskService.backToFirst(taskId, comment);
|
|
||||||
// return new Result();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue