From 3850c75709556da9f0234d2d882148d93787e77f Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 10 三月 2023 13:48:44 +0800
Subject: [PATCH] 1

---
 WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
index ade9d19..861b271 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -205,7 +205,7 @@
                         if (oSystemParameter.ShowBill(ref sReturn) == true)
                         {
                             //绯荤粺鍙傛暟鏄惁涓哄彧鏄剧ず褰撳墠鐧诲綍鐢ㄦ埛鍏宠仈鐨勫伐搴忎俊鎭�,N涓哄惁锛孻涓烘槸
-                            if (oSystemParameter.omodel.MES_StationBill_ProcNoByUser == "Y")
+                            if (oSystemParameter.omodel.MES_StationInBill_ShowUSERProcess == "Y")
                             {
                                 ds = oCN.RunProcReturn("select * from h_v_Gy_ProcessList_GetProcNoByUser  where HItemID = '" + BillNo + "' and HInterID = '" + HInterID + "' and 鐢ㄦ埛缂栫爜 = '" + UserID + "'", "h_v_Gy_ProcessList_GetProcNoByUser");
                             }
@@ -271,7 +271,7 @@
             if (oSystemParameter.ShowBill(ref sReturn) == true)
             {
                 //绯荤粺鍙傛暟鏄惁涓鸿嚜鍔ㄥ尮閰嶆祦姘村彿,N涓烘墜鍔ㄨ緭鍏ワ紝Y涓鸿嚜鍔ㄥ尮閰�
-                if (oSystemParameter.omodel.MES_StationBill_ProcNo == "Y")
+                if (oSystemParameter.omodel.MES_StationOutBill_ShowUSERProcess == "Y")
                 {
                     try
                     {

--
Gitblit v1.9.1