Commit 1933c452 by 陶光胜

门店品牌变更

parent ba05c7af
......@@ -208,6 +208,7 @@ public class StoreAuthorizationApiServiceImpl implements StoreAuthorizationApiSe
storeTypeSet.add(storeDTO.getStoreType() == null ? null : storeDTO.getStoreType().toString());
storeStatusSet.add(storeDTO.getStatus() == null ? null : storeDTO.getStatus().toString());
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