Commit fb8aacd9 by 陶光胜

门店控件查询

parent 82938067
...@@ -136,6 +136,7 @@ public class StoreWidgetController { ...@@ -136,6 +136,7 @@ public class StoreWidgetController {
@RequestMapping("store-group") @RequestMapping("store-group")
public RestResponse storeGroup(Integer userId, Integer enterpriseId, Integer parentId, public RestResponse storeGroup(Integer userId, Integer enterpriseId, Integer parentId,
Integer pageNum, Integer pageSize){ Integer pageNum, Integer pageSize){
log.info("store-group params:{},{},{},{},{}", userId, enterpriseId, parentId, pageNum, pageSize);
StoreAuth storeAuth = dataAuthUtils.getStoreAuth(userId, enterpriseId); StoreAuth storeAuth = dataAuthUtils.getStoreAuth(userId, enterpriseId);
List<Integer> storeGroupIdList = new ArrayList<>(); List<Integer> storeGroupIdList = new ArrayList<>();
Map<Integer, StoreGroupVo> map = this.mapStoreGroup(enterpriseId); Map<Integer, StoreGroupVo> map = this.mapStoreGroup(enterpriseId);
......
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