|
@@ -1504,7 +1504,6 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
|
|
|
.eq(StorageBill::getShift, shift)
|
|
|
.eq(StorageBill::getShiftGroup, shiftGroup)
|
|
|
.notIn(StorageBill::getLicensePlate, "辊道", "堆垛辊道")
|
|
|
- .gt(StorageBill::getAmountTotal, 0)
|
|
|
.isNull(StorageBill::getOutTime);
|
|
|
// 检查 billetHotsendChangeShift 是否为空
|
|
|
if (oConvertUtils.isEmpty(changeShiftId)) {
|