From 8a6a87b93e0a25401b659c7940ca94646ff6dadf Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 21 一月 2026 16:50:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 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