Browse Source

xls:调整信息点

xulisong 6 years ago
parent
commit
f7493fec14

+ 1 - 1
MBI/SAGA.GplotRelationComputerManage/RelationType/RelationTypeManager.cs

@@ -187,7 +187,7 @@ namespace SAGA.GplotRelationComputerManage
                 case 1:
                 case 1:
                     #region 动态解析枚举
                     #region 动态解析枚举
                     system.FlowType = FlowType.Undefine;
                     system.FlowType = FlowType.Undefine;
-                    if ("-1" == useValue)
+                    if ("0" == useValue)
                     {
                     {
                         system.FlowType = FlowType.Out;
                         system.FlowType = FlowType.Out;
                     }
                     }

+ 0 - 1
MBI/SAGA.GplotRelationComputerManage/SystemRelation/Common/SystemParseManager.cs

@@ -640,7 +640,6 @@ namespace SAGA.GplotRelationComputerManage
                         }
                         }
                       
                       
                     }
                     }
-                   
                     nodeGraph.Nodes.Add(node);
                     nodeGraph.Nodes.Add(node);
                 }
                 }
                 #region 调整入度为零的点的顺序
                 #region 调整入度为零的点的顺序