lazhen
2024-10-31 23a41fb73c638671a9d1960ccb0ccb88cf9ff43e
_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl
@@ -213,6 +213,11 @@
        // singleShiftVolume := lineQuantity / 1;
      }
    }
    traverse( lines,Elements.DispatchShiftSchedulingProduct.DispatchShiftSchedulingDetail,detail ){
      detail.ShiftVolume( detail.ShiftVolume() );
    }
    info( "Success" );
  *]
}