From e3f218a023f0625f415a1526b278636c3e39aa4f Mon Sep 17 00:00:00 2001 From: llj <132905093+newwwwwwtree@users.noreply.github.com> Date: 星期一, 18 八月 2025 12:59:32 +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