From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项
---
_Main/BL/Type_DispatchShiftPlan/StaticMethod_Publish.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Publish.qbl b/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Publish.qbl
index 2dbe5b1..92e65e8 100644
--- a/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Publish.qbl
+++ b/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Publish.qbl
@@ -17,7 +17,7 @@
.Add( "versionName", shiftPlan.VersionName() )
.Add( "factoryName", shiftPlan.FactoryName() )
.Add( "fac", shiftPlan.Fac() )
- .Add( "interfaceTime", shiftPlan.InterfaceTime().Format( 'Y-M2-D2 H:m:s' ) )/*"2024-10-01 12:00:00" )*/
+ .Add( "interfaceTime", shiftPlan.InterfaceTime().Format( 'Y-M2-D2 H2:m:s' ) )/*"2024-10-01 12:00:00" )*/
.Build();
jsonarray.Add( shiftPlanjson );
}
--
Gitblit v1.9.3