Commit 00c86472 by 陶光胜

门店品牌变更

parent 1933c452
......@@ -207,7 +207,9 @@ public class StoreAuthorizationApiServiceImpl implements StoreAuthorizationApiSe
regionSet.add(storeDTO.getRegionId());
storeTypeSet.add(storeDTO.getStoreType() == null ? null : storeDTO.getStoreType().toString());
storeStatusSet.add(storeDTO.getStatus() == null ? null : storeDTO.getStatus().toString());
storeBrandIdSet.addAll(storeDTO.getStoreBrandIdList());
if(CollectionUtils.isNotEmpty(storeDTO.getStoreBrandIdList())){
storeBrandIdSet.addAll(storeDTO.getStoreBrandIdList());
}
log.info("pages:{},page:{},k:{}", pages,page, k);
if(page == pages && k == list.size()-1) {
isEnd = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment