_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 ); }