|
@@ -2374,6 +2374,8 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
shiftGroup = billetHotsendChangeShift.getShiftGroup();
|
|
|
shift = billetHotsendChangeShift.getShift();
|
|
|
}
|
|
|
+ storageBillStatistics.setShift(ShiftGroupEnum.fromCode(shift).name());
|
|
|
+ storageBillStatistics.setShiftGroup(ShiftGroupEnum.fromCode(shiftGroup).name());
|
|
|
|
|
|
// 根据铸机号、班组、班别,amountTotal不等于0 ,查询当班装运单信息
|
|
|
LambdaQueryWrapper<StorageBill> queryWrapper2 = new LambdaQueryWrapper<>();
|
|
@@ -2404,14 +2406,12 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
return storageBillStatistics;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
List<DestinationStatisticsDetails> rollClubTwoStatisticsList = new ArrayList<>();
|
|
|
|
|
|
List<DestinationStatisticsDetails> rollClubThreeStatisticsList = new ArrayList<>();
|
|
|
|
|
|
List<DestinationStatisticsDetails> rollOutShippStatisticsList = new ArrayList<>();
|
|
|
|
|
|
-
|
|
|
List<RollClubTwoDetails> rollClubTwoDetailsListAll = new ArrayList<>();
|
|
|
List<RollClubThreeDetails> rollClubThreeDetailsListAll = new ArrayList<>();
|
|
|
List<RollOutShippDetails> rollOutShippDetailsListAll = new ArrayList<>();
|