Commit 78fd2d0d by 陶光胜

观云台小程序

parent 633da48b
...@@ -343,6 +343,11 @@ public class StoreWidgetController { ...@@ -343,6 +343,11 @@ public class StoreWidgetController {
return RestResponse.success(page); return RestResponse.success(page);
} }
@RequestMapping("get-store-count")
public RestResponse getStoreCount(String searchJSON){
return RestResponse.success(1);
}
private Map<Integer, StoreGroupVo> mapStoreGroup(Integer enterpriseId){ private Map<Integer, StoreGroupVo> mapStoreGroup(Integer enterpriseId){
List<StoreGroupDTO> result = this.storeGroupApiService.listStoreGroupByIds(null, enterpriseId).getResult(); List<StoreGroupDTO> result = this.storeGroupApiService.listStoreGroupByIds(null, enterpriseId).getResult();
Map<Integer, StoreGroupVo> map = new HashMap<>(); Map<Integer, StoreGroupVo> map = new HashMap<>();
......
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