lihongji
2024-06-28 3aef91dbbfb10d9db6c7cea3c170d279d6f6dc24
_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 );
    }
  *]
}