shim 8 년 전
부모
커밋
1af8a47ad2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);