shim 8 năm trước cách đây
mục cha
commit
1af8a47ad2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_UpdateCollectCode.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_UpdateCollectCode.cs

@@ -75,7 +75,7 @@ namespace UAS_MES.Make
                             list.Add((ctl as CheckBox));
                         }
                     }
-                    if (list.Count>0)
+                    if (list.Count==0)
                     {
                         //无勾选的内容
                         OperateResult.AppendText("<<请先勾选需要更新的信息\n", Color.Red);