Преглед на файлове

大屏库位信息加判空8.8

李卫 преди 2 години
родител
ревизия
451276daa0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      warewms-ams/src/main/java/com/ruoyi/ams/inv/service/impl/InvLotLocIdServiceImpl.java

+ 1 - 1
warewms-ams/src/main/java/com/ruoyi/ams/inv/service/impl/InvLotLocIdServiceImpl.java

@@ -132,7 +132,7 @@ public class InvLotLocIdServiceImpl implements IInvLotLocIdService {
     public List<InvLotLocIdLotattLargeScreenVO> selectInvLocIdLotattLargeScreenList(InvLocIdSearchFrom invLocIdSearchFrom) {
 
         List<InvLotLocIdLotattVO> invLotLocIdLotattVOS = invLotLocIdMapper.selectInvLocIdLotattList(invLocIdSearchFrom);
-        if(CollectionUtil.isNotEmpty(invLotLocIdLotattVOS)){
+        if(CollectionUtil.isEmpty(invLotLocIdLotattVOS)){
             return new ArrayList<>();
         }
         List<InvLotLocIdLotattLargeScreenVO> invLotLocIdLotattLargeScreenVOS = invLotLocIdLotattVOS