lazhen
2024-07-01 bce35410b00e2b7228ab5409744e173f2726b8d3
_Main/BL/Type_WholeShift/Method_PostProcessing2.qbl
@@ -47,9 +47,10 @@
    }
    
    // 车道整班
    traverse ( macroPlan, Unit, unit, unit.IsToFill() and unit.HasCapacityTypeTransportQuantity() ) {
      unitName := unit.Name();
    traverse ( macroPlan, Unit, u, u.IsToFill() and u.HasCapacityTypeTransportQuantity() ) {
      unitName := u.Name();
      debuginfo( "车道产线: ", unitName );
      this.IsRoundingOrZeroFilling4( macroPlan, u );
    }
  *]
}