From 074a92bfbecba6697e67f48514d8f545fbd4aca7 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 12 八月 2025 13:24:19 +0800
Subject: [PATCH] 出战汇报单添加开工和完工时间

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

diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index 5d23593..dcdd61b 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 );
 
                 //鍗曟嵁瀹屾暣鎬у垽鏂�

--
Gitblit v1.9.1