From a39da64aa73fa2574d7422638475967021290f09 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期二, 20 一月 2026 10:08:21 +0800
Subject: [PATCH] 1
---
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