chen_yjin 1 settimana fa
parent
commit
864a460794
2 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  1. 1 1
      JLHHJSvr/Excutor/SaveMattressExcutor.cs
  2. 6 3
      JLHHJSvr/Form2.cs

+ 1 - 1
JLHHJSvr/Excutor/SaveMattressExcutor.cs

@@ -272,7 +272,7 @@ namespace JLHHJSvr.Excutor
                     catch (Exception e)
                     {
                         cmd.Transaction.Rollback();
-                        rslt.ErrMsg = e.Message;
+                        rslt.ErrMsg = e.ToString();
                     }
 
 

File diff suppressed because it is too large
+ 6 - 3
JLHHJSvr/Form2.cs