Commit 0ddf538d by Your Name Committed by chenzg

更新部门下不能新增岗位员工

parent 0ab20692
...@@ -117,7 +117,6 @@ public class SpmkServiceImpl implements SpmkService{ ...@@ -117,7 +117,6 @@ public class SpmkServiceImpl implements SpmkService{
} }
if(ad.getFlowChildren()!=null) { if(ad.getFlowChildren()!=null) {
adD.setFlowChildren(jsonObject.parseArray(ad.getFlowChildren(), FlowChildren.class)); adD.setFlowChildren(jsonObject.parseArray(ad.getFlowChildren(), FlowChildren.class));
} }
adD.setApproveExecuteRecord(listAer); adD.setApproveExecuteRecord(listAer);
if(sum != null) { if(sum != null) {
......
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