Ver Fonte

update111

qiangxuan há 3 meses atrás
pai
commit
dd45aaeea3

+ 0 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/service/impl/StorageBillServiceImpl.java

@@ -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)) {