xiaoding721
2024-11-07 0eb1f5073d7621ab8ec9b105ce4e08a7e4d0740c
_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
@@ -26,8 +26,8 @@
    if( isassembleonlineplan ){//装配上线计划
      AssemblyOnlinePlanPPPSPush::GenerateData( this, macroplan, executor );
    }
    if( isinventoryplan ){//库存计划
    //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
    if ( isinventoryplan ) { // 计划库存数据
      InterfaceDataset::PushPlanInventoryData( macroplan, this );
    }
  *]
}