Explorar o código

不添加中断改为弹窗

章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
278df5dec6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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());