Commit 52b5b56c by jianshuqin

修复部门自动审核BUG

parent 54f68f4a
......@@ -123,7 +123,7 @@ public class DepartmentCheckState extends CostState {
if ("印尼".equals(costDomain.getCompanyName()) && "财务部".equals(oaDepartment.getName())) {
costLogService.saveByManage(costDomain.getCostNo(), "部门审核自动通过,当前审核人:" + costCurrentReviewerList.stream().map(CostCurrentReviewer::getUsername)
.collect(Collectors.joining(",")), CostLogDomain.DEPARTMENT_AUTO_PASS);
costDomain.setCostStatus(CostDomain.STATUS_HR_CHECK);
//流转状态
nextState(hrCheckState);
costSubscribe.subscribe(costContext);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment