Bläddra i källkod

xls:调整信息点

xulisong 6 år sedan
förälder
incheckning
f7493fec14

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

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

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

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