|
@@ -667,8 +667,10 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
String ccmNoForGroup = group.isEmpty() ? null : group.get(0).getCcmNo();
|
|
|
return new DestinationStatisticsDetails(size, totalNums, finalBlankOutput, ccmNoForGroup);
|
|
|
}).collect(Collectors.toList());
|
|
|
- log.info("{}{}", "合并后的列表:", JSON.toJSON(mergedList));
|
|
|
+ log.info("{}{}", "钢坯热送单班统计查询结果:", JSON.toJSON(mergedList));
|
|
|
onDutyStatistics.setStatisticsDetailsList(mergedList);
|
|
|
+ onDutyStatistics.setShiftGroup(ShiftGroupEnum.fromCode(shiftGroup).name());
|
|
|
+ onDutyStatistics.setShift(ShiftEnum.fromCode(shift).name());
|
|
|
return onDutyStatistics;
|
|
|
}
|
|
|
|