|
|
@@ -734,7 +734,8 @@ public class ProcessAuditServiceImpl extends ServiceImpl<ProcessAuditMapper, Pro
|
|
734
|
734
|
HashMap<String, Object> map1 = Maps.newHashMap();
|
|
735
|
735
|
map1.put("step", mainList.get(i));//主表数据
|
|
736
|
736
|
map1.put("list", subList);//子表数据
|
|
737
|
|
- if(list.get(0).getType().equals("xzjh") || list.get(0).getType().equals("xzsq")){
|
|
|
737
|
+ if(list.get(0).getType().equals("xzjh") || list.get(0).getType().equals("xzsq")
|
|
|
738
|
+ || list.get(0).getType().equals("sswxjh") || list.get(0).getType().equals("sswxys")){
|
|
738
|
739
|
|
|
739
|
740
|
//审批人数据
|
|
740
|
741
|
if(mainList.get(i).getExistProcess().equals(0)){
|