From 2a72bbff6c293dcd9d84633a8a89b73f468a6f79 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 27 三月 2024 10:02:32 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Controllers/CGGL/Cg_PayableBillController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs b/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
index 32f81ee..8343c6f 100644
--- a/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
+++ b/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
@@ -151,6 +151,7 @@
                             return objJsonResult;
                         }
                     }
+
                     UserName = oItem.HMaker;  //鍒跺崟浜�
                     oItem.HBillType = "1114";
                     oItem.HBillSubType = "1114";
@@ -194,6 +195,7 @@
                 bool bResult;
                 if (refSav == "Add")
                 {
+                 
                     // bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
                 }

--
Gitblit v1.9.1