| | |
| | | |
| | | return storeService.getStoreInfo(id); |
| | | } |
| | | |
| | | /** |
| | | * 根据城市管理员id获取门店 |
| | | */ |
| | |
| | | public Object getStoreByCityManagerId(@RequestBody Integer id){ |
| | | return storeService.getStoreByCityManagerId(id); |
| | | } |
| | | |
| | | /** |
| | | * 根据员工id获取门店 |
| | | */ |
| | |
| | | public Store getStoreById(@RequestBody Integer id){ |
| | | return storeService.getOne(new QueryWrapper<Store>().eq("id",id)); |
| | | } |
| | | |
| | | /** |
| | | * 选择市区 展示全部门店 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 根据所选门店 查询经营时间 |
| | | * |
| | | * @param oneId |
| | | * @return |
| | | */ |
| | |
| | | public Store getTime(@RequestBody String oneId){ |
| | | return storeService.getOne(new QueryWrapper<Store>().eq("name",oneId)); |
| | | } |
| | | |
| | | |
| | | |
| | | @PostMapping("/base/protocol/storeDetail/courseOfSto") |
| | |
| | | |
| | | /** |
| | | * 根据门店坐标与传入坐标,计算距离 |
| | | * |
| | | * @param distanceVo |
| | | * @return |
| | | */ |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取门店列表 |
| | | * |
| | | * @return |
| | | */ |
| | | @ResponseBody |
| | |
| | | |
| | | /** |
| | | * 获取门店列表 |
| | | * |
| | | * @return |
| | | */ |
| | | @ResponseBody |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/base/store/queryStoreLists") |
| | | @ApiOperation(value = "获取门店列表", tags = {"APP-加入玩湃", "APP-课程列表", "用户—预约场地"}) |
| | |
| | | |
| | | /** |
| | | * 根据门店模糊搜索店铺 |
| | | * |
| | | * @param name |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 根据门店 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | |
| | | |
| | | @Autowired |
| | | private ISiteService siteService; |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/store/querySiteId") |
| | | public List<Integer> querySiteId(@RequestBody Integer storeId){ |
| | |
| | | tBackRecord.setTime(new Date()); |
| | | backRecordService.save(tBackRecord); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | |
| | | |
| | | @Autowired |
| | | private TStoreOtherConfigTrueService tStoreOtherConfigTrueService; |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/base/store/queryIndexSet") |
| | | @ApiOperation(value = "获取门店首页设置 2.0", tags = {"APP-免费福利"}) |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/base/store/queryProvinceAndCity") |
| | | @ApiOperation(value = "获取省市数据", tags = {"APP-加入玩湃"}) |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/base/store/queryAllCity") |
| | | @ApiOperation(value = "获取所有开通城市", tags = {"APP-赛事活动列表", "用户—预约场地"}) |
| | |
| | | return ResultUtil.runErr(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |