_Main/BL/Type_MachiningPipelineReport/Method_GetColumnByUnit.qbl
@@ -8,9 +8,9 @@ TextBody: [* // 甄兰鸽 Aug-7-2024 (created) periodname := period.Format( "M2/D2/Y" ); //periodname := period.Format( "M2/D2/Y" ); column := selectobject( this, Column, column, column.Name() = periodname and column.Period() = period and column.TimeUnit() = unit ); column := selectobject( this, Column, column, column.StartDate() <= period and column.EndDate() >= period and column.TimeUnit() = unit ); return column; *]