fix
This commit is contained in:
@@ -90,6 +90,9 @@ public class StoreServiceImpl implements StoreService {
|
||||
}
|
||||
PageHelper.startPage(pageNum,pageSize);
|
||||
List<MiniShopsResponse> list = storeDao.getSubStoreByRegionIdsAndMobile(regionIds,mobile,storeName,storeNum);
|
||||
if (CollectionUtils.isEmpty(list)){
|
||||
list= new ArrayList<>();
|
||||
}
|
||||
return new PageInfo<>(list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user