浏览代码

上料提示BUG

章政 8 年之前
父节点
当前提交
90a174320f
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      UAS-MES/FunctionCode/Make/Make_FeedingCollection.cs

+ 3 - 2
UAS-MES/FunctionCode/Make/Make_FeedingCollection.cs

@@ -329,9 +329,10 @@ namespace UAS_MES.Make
                 string fsoncode = dt1.Rows[i]["sp_fsoncode"].ToString();
                 string soncode = dt1.Rows[i]["sp_soncode"].ToString();
                 if (fsoncode == soncode)
-                    RemainList[i] = fsoncode + "或" + soncode;
-                else
                     RemainList[i] = fsoncode;
+                else
+                    RemainList[i] = fsoncode + "或" + soncode;
+                
             }
             if (dt1.Rows.Count > 0)
             {