From 75becef0f11422bc9804c661c3b7ff38357f6aaa Mon Sep 17 00:00:00 2001 From: chenhaozhe <cgz@hz-kingdee.com> Date: 星期五, 15 八月 2025 09:29:38 +0800 Subject: [PATCH] 修复 列宽查询时 若保存的列宽为浮点数 读取时数据为0的 异常 --- 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