소스 검색

不添加中断改为弹窗

章政 8 년 전
부모
커밋
278df5dec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UAS-MES/PublicMethod/Print.cs

+ 1 - 1
UAS-MES/PublicMethod/Print.cs

@@ -76,7 +76,7 @@ namespace UAS_MES.PublicMethod
                 }
                 catch (System.Exception ex)
                 {
-                    BaseUtil.ShowError(ex.Message);
+                    MessageBox.Show("SQL维护不正确");
                 }
             }
             LogManager.DoLog(sb.ToString());