From 5c9033488d025bdf554e2e33b2a8030d3743faeb Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 12 一月 2026 10:05:49 +0800
Subject: [PATCH] 添加 模具维修检验单 派工单 APP 获取单据缓存接口 添加 APP 根据器具条码查找器具档案信息 应用程序接口
---
WebAPI/Controllers/BaseSet/Gy_DriverController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_DriverController.cs b/WebAPI/Controllers/BaseSet/Gy_DriverController.cs
index 858a78f..5d74e62 100644
--- a/WebAPI/Controllers/BaseSet/Gy_DriverController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_DriverController.cs
@@ -492,7 +492,7 @@
msg2 = msg2.Replace("\n", "");
msg2 = "[" + msg2.ToString() + "]";
List<Driver> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Driver>>(msg2);
-
+ long HUSEORGID_1 = Convert.ToInt64(list[0].HUSEORGID);
long HItemID = list[0].HItemID;
string HNumber = list[0].HNumber;
string HName = list[0].HName;
@@ -503,7 +503,7 @@
string HMakeEmp = msg3;
bool HStopflag = list[0].HStopflag==null?false:true;
long HCREATEORGID = list[0].HCREATEORGID;
- long HUSEORGID = list[0].HUSEORGID;
+ long HUSEORGID = HUSEORGID_1;
long HCompID = list[0].HCompID;
//zidingyi
--
Gitblit v1.9.1