From 796a4ae6ebe245e5ceeef65cdda3bf51f5a6e476 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 14 八月 2025 10:37:21 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 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