From 6d85c65004990ac29f58ad233eba3a795c2f818b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 20 一月 2026 10:48:08 +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