_Main/BL/Type_AssemblyOnlinePlanVersion/Method_Generate.qbl
@@ -7,6 +7,7 @@ TextBody: [* // 甄兰鸽 Jun-25-2024 (created) info( '-----------Search start-------' ); table := selectobject( this,InterfaceDataset.AssemblyOnlinePlanVersion, report, not report.IsShow() ); //清空之前存储的显示数据 aopcolumns := selectuniquevalues( table, Column, aopcolumn, aopcolumn.TimeUnit() = search.TimeUnit() and aopcolumn.StartDate() >= search.StartDate() and aopcolumn.StartDate() <= search.EndDate(), aopcolumn.StartDate() ); @@ -31,5 +32,6 @@ } } } info( '-----------Search end-------' ); *] }