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