|
@@ -2374,7 +2374,7 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
shiftGroup = billetHotsendChangeShift.getShiftGroup();
|
|
shiftGroup = billetHotsendChangeShift.getShiftGroup();
|
|
shift = billetHotsendChangeShift.getShift();
|
|
shift = billetHotsendChangeShift.getShift();
|
|
}
|
|
}
|
|
- storageBillStatistics.setShift(ShiftGroupEnum.fromCode(shift).name());
|
|
|
|
|
|
+ storageBillStatistics.setShift(ShiftEnum.fromCode(shift).name());
|
|
storageBillStatistics.setShiftGroup(ShiftGroupEnum.fromCode(shiftGroup).name());
|
|
storageBillStatistics.setShiftGroup(ShiftGroupEnum.fromCode(shiftGroup).name());
|
|
|
|
|
|
// 根据铸机号、班组、班别,amountTotal不等于0 ,查询当班装运单信息
|
|
// 根据铸机号、班组、班别,amountTotal不等于0 ,查询当班装运单信息
|