Commit 2c2eb920 by Your Name

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

parent 4da34bfc
...@@ -116,9 +116,7 @@ public class SpmkServiceImpl implements SpmkService{ ...@@ -116,9 +116,7 @@ public class SpmkServiceImpl implements SpmkService{
adD.setRouter(jsonObject.parseObject(ad.getRouter(), Router.class)); adD.setRouter(jsonObject.parseObject(ad.getRouter(), Router.class));
} }
if(ad.getFlowChildren()!=null) { if(ad.getFlowChildren()!=null) {
adD.setFlowChildren(jsonObject.parseArray(ad.getFroms(), FlowChildren.class)); adD.setFlowChildren(jsonObject.parseArray(ad.getFlowChildren(), FlowChildren.class));
/*List<String> strsToList1= Arrays.asList(ad.getFlowChildren().split("FlowChildren"));
System.out.println(strsToList1);*/
} }
adD.setApproveExecuteRecord(listAer); adD.setApproveExecuteRecord(listAer);
......
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