|
@@ -96,7 +96,7 @@ public class AdminOwnStoreController extends BaseController {
|
|
|
storeSiteInfoList = storeSiteInfoModel.getStoreSiteInfoList(storeSiteInfoExample, null);
|
|
|
}
|
|
|
List<OwnStoreVO> vos = new ArrayList<>();
|
|
|
- if (CollectionUtils.isEmpty(storeNameList) && !WebSiteConstant.MEMBER_OVERSEA.equals(webSite) && CollectionUtils.isEmpty(storeSiteInfoList)) {
|
|
|
+ if (!WebSiteConstant.MEMBER_OVERSEA.equals(webSite) && CollectionUtils.isEmpty(storeNameList) || CollectionUtils.isEmpty(storeSiteInfoList)) {
|
|
|
return SldResponse.success(new PageVO<>(vos, new PagerInfo(10, 1)));
|
|
|
}
|
|
|
if (!CollectionUtils.isEmpty(storeList)) {
|