Commit 885e9e4f by 穆龙飞

modify:增加部门信息

parent ba34ead7
......@@ -191,6 +191,7 @@ public class ChangeFlowBiz {
if (NeedFileEnum.NEED.getStatus().equals(needFile)) {
Assert.notEmpty(changeFlowCreateReq.getUploadFiles(), "必须上传资料");
}
changeFlowCreateReq.setChangeDepartment(changeConfig.getChangeDepartment());
// 变更行动项不可为空,最多20项
List<ChangeExecConfigReq> changeExecProject = changeFlowCreateReq.getChangeExecProject();
Assert.isTrue(changeExecProject.size() <= appConfig.getChangeExecLimit(),
......
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