外部流程关联逻辑增加
This commit is contained in:
		
							parent
							
								
									e0433d3faa
								
							
						
					
					
						commit
						2a613a8fcf
					
				| @ -1382,7 +1382,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { | ||||
| 								result.add(node); | ||||
| 							} | ||||
| 						} | ||||
| 
 | ||||
| 					} | ||||
| 					//如果为支持文件 | ||||
| 					if (attrId.equals("support_files")) { | ||||
| @ -1394,7 +1393,6 @@ public class DesignerRelationShapeWeb extends ActionWeb { | ||||
| 							node.put("nocheck", false); | ||||
| 							result.add(node); | ||||
| 						} | ||||
| 
 | ||||
| 					} else if (attrId.equals("lead_process") || attrId.equals("rear_process")) { | ||||
| 						if (isParent.equals("true")) { | ||||
| 							node.put("nocheck", true); | ||||
| @ -1403,6 +1401,15 @@ public class DesignerRelationShapeWeb extends ActionWeb { | ||||
| 							node.put("nocheck", false); | ||||
| 							result.add(node); | ||||
| 						} | ||||
| 					}else if (attrId.equals("out_process")) {//如果是外部流程文件 | ||||
| 						if (isParent.equals("true")) { | ||||
| 							node.put("nocheck", true); | ||||
| 							result.add(node); | ||||
| 						} else if (isParent.equals("false")) { | ||||
| 							node.put("nocheck", false); | ||||
| 							result.add(node); | ||||
| 						} | ||||
| 
 | ||||
| 					} else { | ||||
| 						String methodId = node.getString("plMethodId"); | ||||
| 						if ("control.kpi".equals(methodId) && methodScope.equals(methodId)) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 yujh_java
						yujh_java