From 416e51febcf7e0c0b9f87a5428d69f4c8afd73be Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 28 一月 2026 14:11:14 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index f21be8e..9e5b687 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -95,6 +95,7 @@
                 double HPlanPieceQty = list[0].HPlanPieceQty;//杩涚珯PNL鏁�
                 double HBadPNL = list[0].HBadPNL;//鎶ュ簾PNL鏁�
                 long HICMOInterID = list[0].HICMOInterID;//浠诲姟鍗旾D
+                long HICMOEntryID = list[0].HICMOEntryID;//浠诲姟鍗旾D
                 string HICMOBillNo = list[0].HICMOBillNo;//浠诲姟鍗�
                 int HProcPlanInterID = 0;
                 int HProcPlanEntryID = 0;
@@ -1390,7 +1391,7 @@
                   "'" + ds.Tables[0].Rows[0]["HICMOInterID"].ToString() + "', " +
                   "'" + ds.Tables[0].Rows[0]["HICMOEntryID"].ToString() + "', " +
                   "'" + ds.Tables[0].Rows[0]["HICMOBillNo"].ToString() + "', " +
-                  "'3772', " +
+                  "'3710', " +
                   "'0', " +
                   "'0', " +
                   "'1', " +

--
Gitblit v1.9.1