Browse Source

不添加中断改为弹窗

章政 8 years ago
parent
commit
278df5dec6
1 changed files with 1 additions and 1 deletions
  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());