Bläddra i källkod

通过和驳回

ys321973351 1 år sedan
förälder
incheckning
e4ddf86cf3

+ 2 - 2
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/flowpath/controller/ItdmRunFlowPathController.java

@@ -190,9 +190,9 @@ public class ItdmRunFlowPathController extends JeecgController<ItdmRunFlowPath,
             if (strings.contains(user.getUsername()) || roleIds.contains(i.getRoleId())) {
 
 
-                vos.add(FlowPathConvert.INSTANCE.to(i, true, i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()), x ? weituoInfo : null));
+                vos.add(FlowPathConvert.INSTANCE.to(i, true, i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()), x && i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()) ? weituoInfo : null));
             } else {
-                vos.add(FlowPathConvert.INSTANCE.to(i, false, i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()), x ? weituoInfo : null));
+                vos.add(FlowPathConvert.INSTANCE.to(i, false, i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()), x && i.getFlowPathSetp().equals(itdmRunFlowPath.getDqSetp()) ? weituoInfo : null));
             }