_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl
@@ -13,6 +13,7 @@ idsjson := JSON::Object().Add( "product", ids.Product() ).Add( "demandDate", ids.DemandDate().Format( 'Y-M2-D2' ) )//"2024-10-01" ) .Add( "demandQty", ids.DemandQty() ) .Add( "versionName", ids.VersionName() ) .Add( "stockingPoint", ids.StockingPoint() ) .Add( "interfaceTime", ids.InterfaceTime().Format( 'Y-M2-D2 H:m:s' ) ).Build();/*"2024-10-01 12:00:00" )*/ jsonarray.Add( idsjson ); }