From 3fac13fb2f8d23d85178755826f0cb39f8d06093 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 11 八月 2025 16:52:10 +0800
Subject: [PATCH] 修复 APP 菜单编辑/读取接口 问题

---
 WebAPI/Controllers/SCGL/日计划管理/Sc_JIT_ComplementGoodBillController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/Sc_JIT_ComplementGoodBillController.cs" "b/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/Sc_JIT_ComplementGoodBillController.cs"
index cc094e4..0eaaec0 100644
--- "a/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/Sc_JIT_ComplementGoodBillController.cs"
+++ "b/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/Sc_JIT_ComplementGoodBillController.cs"
@@ -809,7 +809,7 @@
 
                         string msg = "";
                         oSystemParameter.ShowBill(ref msg);
-                        if (oSystemParameter.omodel.WMS_CampanyName == "瀹濆伐")
+                        if (oSystemParameter.omodel.WMS_CampanyName == "瀹濆伐"|| oSystemParameter.omodel.WMS_CampanyName == "涓夊崌")
                         {
                             //JIT渚涜揣鎻愬墠鏈燂紙澶╋級
                             if (JISLT == "")
@@ -1508,7 +1508,7 @@
 
                         string msg = "";
                         oSystemParameter.ShowBill(ref msg);
-                        if (oSystemParameter.omodel.WMS_CampanyName == "瀹濆伐")
+                        if (oSystemParameter.omodel.WMS_CampanyName == "瀹濆伐"|| oSystemParameter.omodel.WMS_CampanyName == "涓夊崌")
                         {
                             //JIT渚涜揣鎻愬墠鏈燂紙澶╋級
                             if (JISLT == "")

--
Gitblit v1.9.1