|
|
|
@ -456,10 +456,14 @@ public class MesReportWorkServiceImpl implements IMesReportWorkService {
|
|
|
|
|
sonMesReport = mesReportWorkMapper.getSumQuantityOne(quantityDto);
|
|
|
|
|
}
|
|
|
|
|
//三层订单
|
|
|
|
|
QuantityDto threeMesReport =new QuantityDto();
|
|
|
|
|
if (sonMesReport != null ){
|
|
|
|
|
QuantityDto quantityDtothree = new QuantityDto();
|
|
|
|
|
quantityDtothree.setWorkorderCode(sonMesReport.getWorkorderCode());
|
|
|
|
|
quantityDtothree.setMachineCode(machineCode);
|
|
|
|
|
QuantityDto threeMesReport = mesReportWorkMapper.getSumQuantity(quantityDtothree);
|
|
|
|
|
threeMesReport = mesReportWorkMapper.getSumQuantity(quantityDtothree);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 产量
|
|
|
|
|
Long sumQua = 0L;
|
|
|
|
|
// 实际产量
|
|
|
|
|