From e68d9d9f7eae40f4467f8f383e04ee20cbf54007 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 18 八月 2025 16:32:05 +0800
Subject: [PATCH] 1

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

diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index 5d23593..05e50de 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -154,8 +154,8 @@
                 int HMouldID = list[0].HMouldID;//妯″叿id
                 double HMachineWorkTimes = list[0].HMachineWorkTimes;//璁惧宸ユ椂
                 int HIsTimeFlag = list[0].HIsTimeFlag;//鏄惁璁℃椂
-                DateTime HRelBeginTime = list[0].HRelBeginTime;//寮�宸ユ椂闂�
-                DateTime HRelEndTime = list[0].HRelEndTime;//瀹屽伐鏃堕棿
+                string HRelBeginTime = list[0].HRelBeginTime;//寮�宸ユ椂闂�
+                string HRelEndTime = list[0].HRelEndTime;//瀹屽伐鏃堕棿
                 LogService.Write($"1.瀛楁璧嬪�硷紝鐢ㄦ椂" + sw.Elapsed );
 
                 //鍗曟嵁瀹屾暣鎬у垽鏂�
@@ -475,9 +475,9 @@
                     ",HBackWorkByMaterQty=" + HBackWorkByMaterQty +
                     ",HMouldID=" + HMouldID +
                     ",HMachineWorkTimes=" + HMachineWorkTimes +
-                    ",HIsTimeFlag=" + HIsTimeFlag +
-                    ",HRelBeginTime='" + HRelBeginTime + "'" +
-                    ",HRelEndTime='" + HRelEndTime + "'" +
+                    //",HIsTimeFlag=" + HIsTimeFlag +
+                    //",HRelBeginTime='" + HRelBeginTime + "'" +
+                    //",HRelEndTime='" + HRelEndTime + "'" +
                     " where HInterID=" + HInterID);
 
                     LogService.Write("鐢ㄦ埛:" + user + ",鏃ユ湡:" + DateTime.Now + ",淇敼宸ュ簭鍑虹珯鍗曟嵁:" + HBillNo);

--
Gitblit v1.9.1