From 3267637f7b15d41ece08e6d6c678f967d140963a Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 19 一月 2026 18:28:35 +0800
Subject: [PATCH] 增加生成工作联系单功能
---
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index ceb6477..f21be8e 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -1387,9 +1387,9 @@
"'" + ds.Tables[0].Rows[0]["HGroupID"].ToString() + "', " +
"'" + ds.Tables[0].Rows[0]["HMaker"].ToString() + "', getdate(), " +
"'0', " +
- "'" + ds.Tables[0].Rows[0]["HProcExchInterID"].ToString() + "', " +
- "'" + ds.Tables[0].Rows[0]["HProcExchEntryID"].ToString() + "', " +
- "'" + ds.Tables[0].Rows[0]["HProcExchBillNo"].ToString() + "', " +
+ "'" + ds.Tables[0].Rows[0]["HICMOInterID"].ToString() + "', " +
+ "'" + ds.Tables[0].Rows[0]["HICMOEntryID"].ToString() + "', " +
+ "'" + ds.Tables[0].Rows[0]["HICMOBillNo"].ToString() + "', " +
"'3772', " +
"'0', " +
"'0', " +
--
Gitblit v1.9.1