Commit 761ebad0 by huluobin

update

parent e69fb570
......@@ -183,8 +183,9 @@ public class DepartmentCheckState extends CostState {
DepartmentReviewer secondDepartmentReviewer = departmentReviewerMapper.selectBySecondDepartmentId(secondDepartmentId);
if (secondDepartmentReviewer != null) {
departmentReviewer = secondDepartmentReviewer;
}
} else {
departmentReviewer = primaryDepartmentReviewer;
}
if (departmentReviewer == null) {
throw new BizRuntimeException("请联系管理员添加部门审核人配置");
}
......
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