From 5203832a2163943f6858a6f3ed66727b3ac6a037 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 01 十一月 2022 10:26:06 +0800
Subject: [PATCH] 投产计划报表 修改

---
 WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
index 2041329..4ca5cdc 100644
--- a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBillController.cs
@@ -337,7 +337,7 @@
                 {
                     objJsonResult.code = "0";
                     objJsonResult.count = 0;
-                    objJsonResult.Message = $"绗瑊txt}琛屽彨鏂欏け璐ワ紝閲嶆柊鍙枡锛屽叾浠栬鏁板彨鏂欐垚鍔�";
+                    objJsonResult.Message = $"绗瑊txt}琛屽彨鏂欏け璐ワ紝閲嶆柊鍙枡";
                     objJsonResult.data = null;
                     return objJsonResult;
                 }
@@ -419,6 +419,7 @@
             catch (Exception e)
             {
                 sReturn = e.Message;
+                oCN.RollBack();
                 throw (e);
             }
         }
@@ -1223,7 +1224,7 @@
                 {
                     objJsonResult.code = "0";
                     objJsonResult.count = 0;
-                    objJsonResult.Message = $"绗瑊txt}琛屽彨鏂欏け璐ワ紝閲嶆柊鍙枡锛屽叾浠栬鏁板彨鏂欐垚鍔�";
+                    objJsonResult.Message = $"绗瑊txt}琛屽彨鏂欏け璐ワ紝閲嶆柊鍙枡";
                     objJsonResult.data = null;
                     return objJsonResult;
                 }

--
Gitblit v1.9.1