|
|
@@ -207,42 +207,10 @@ public class StoreInfoController {
|
|
|
*/
|
|
|
@ApiOperation("web-分页查询店铺信息")
|
|
|
@ApiOperationSupport(order = 7)
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true),
|
|
|
- @ApiImplicitParam(name = "pageSize", value = "页容", dataType = "int", paramType = "query", required = true),
|
|
|
- @ApiImplicitParam(name = "storeName", value = "门店名称", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storeContact", value = "门店联系人", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storePhone", value = "门店电话", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storeType", value = "门店类型", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "expiredState", value = "过期状态", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storeApplicationStatus", value = "门店审核状态", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "jingdu", value = "jingdu", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "weidu", value = "weidu", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "renewContractStatus", value = "门店续签合同状态", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "foodLicenceStatus", value = "门店经营许可证状态", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "foodLicenceWhetherExpiredStatus", value = "门店经营许可证是否过期状态", dataType = "String", paramType = "query")
|
|
|
- })
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true), @ApiImplicitParam(name = "pageSize", value = "页容", dataType = "int", paramType = "query", required = true), @ApiImplicitParam(name = "storeName", value = "门店名称", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storeContact", value = "门店联系人", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storePhone", value = "门店电话", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storeType", value = "门店类型", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "expiredState", value = "过期状态", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storeApplicationStatus", value = "门店审核状态", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "jingdu", value = "jingdu", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "weidu", value = "weidu", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "renewContractStatus", value = "门店续签合同状态", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "foodLicenceStatus", value = "门店经营许可证状态", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "foodLicenceWhetherExpiredStatus", value = "门店经营许可证是否过期状态", dataType = "String", paramType = "query")})
|
|
|
@GetMapping("/getStorePage")
|
|
|
- public R<IPage<StoreInfoVo>> getStoresPage(
|
|
|
- @RequestParam(defaultValue = "1") int pageNum,
|
|
|
- @RequestParam(defaultValue = "10") int pageSize,
|
|
|
- @RequestParam(required = false) String storeName,
|
|
|
- @RequestParam(required = false) String storeContact,
|
|
|
- @RequestParam(required = false) String id,
|
|
|
- @RequestParam(required = false) String storePhone,
|
|
|
- @RequestParam(required = false) String storeType,
|
|
|
- @RequestParam(required = false) String expiredState,
|
|
|
- @RequestParam(required = false) String storeApplicationStatus,
|
|
|
- @RequestParam(required = false) String businessSection,
|
|
|
- @RequestParam(required = false) String storeStatus,
|
|
|
- @RequestParam(required = false) String jingdu,
|
|
|
- @RequestParam(required = false) String weidu,
|
|
|
- @RequestParam(required = false) String renewContractStatus,
|
|
|
- @RequestParam(required = false) String foodLicenceStatus,
|
|
|
- @RequestParam(required = false) String foodLicenceWhetherExpiredStatus) {
|
|
|
- log.info("StoreInfoController.getStoresPage?pageNum={},pageSize={},storeName={},storeContact={},id={},storePhone={},storeType={},expiredState={},storeApplicationStatus={},storeStatus={},businessSection={},jingdu={},weidu={},renewContractStatus={},foodLicenceStatus={},foodLicenceWhetherExpiredStatus={}",
|
|
|
- pageNum, pageSize, storeName, storeContact, id, storePhone, storeType, expiredState, storeApplicationStatus, storeStatus, businessSection, jingdu, weidu, renewContractStatus, foodLicenceStatus, foodLicenceWhetherExpiredStatus);
|
|
|
+ public R<IPage<StoreInfoVo>> getStoresPage(@RequestParam(defaultValue = "1") int pageNum, @RequestParam(defaultValue = "10") int pageSize, @RequestParam(required = false) String storeName, @RequestParam(required = false) String storeContact, @RequestParam(required = false) String id, @RequestParam(required = false) String storePhone, @RequestParam(required = false) String storeType, @RequestParam(required = false) String expiredState, @RequestParam(required = false) String storeApplicationStatus, @RequestParam(required = false) String businessSection, @RequestParam(required = false) String storeStatus, @RequestParam(required = false) String jingdu, @RequestParam(required = false) String weidu, @RequestParam(required = false) String renewContractStatus, @RequestParam(required = false) String foodLicenceStatus, @RequestParam(required = false) String foodLicenceWhetherExpiredStatus) {
|
|
|
+ log.info("StoreInfoController.getStoresPage?pageNum={},pageSize={},storeName={},storeContact={},id={},storePhone={},storeType={},expiredState={},storeApplicationStatus={},storeStatus={},businessSection={},jingdu={},weidu={},renewContractStatus={},foodLicenceStatus={},foodLicenceWhetherExpiredStatus={}", pageNum, pageSize, storeName, storeContact, id, storePhone, storeType, expiredState, storeApplicationStatus, storeStatus, businessSection, jingdu, weidu, renewContractStatus, foodLicenceStatus, foodLicenceWhetherExpiredStatus);
|
|
|
return R.data(storeInfoService.getStorePage(pageNum, pageSize, storeName, storeContact, id, storePhone, storeType, expiredState, storeApplicationStatus, storeStatus, businessSection, jingdu, weidu, renewContractStatus, foodLicenceStatus, foodLicenceWhetherExpiredStatus));
|
|
|
}
|
|
|
|
|
|
@@ -254,9 +222,7 @@ public class StoreInfoController {
|
|
|
*/
|
|
|
@ApiOperation("web-重置门店密码")
|
|
|
@ApiOperationSupport(order = 8)
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query")
|
|
|
- })
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query")})
|
|
|
@GetMapping("/resetPassword")
|
|
|
public R<Boolean> resetPassword(@RequestParam("storeId") String storeId) {
|
|
|
log.info("StoreInfoController.resetPassword?id={}", storeId);
|
|
|
@@ -275,10 +241,7 @@ public class StoreInfoController {
|
|
|
*/
|
|
|
@ApiOperation("web-修改门店状态")
|
|
|
@ApiOperationSupport(order = 9)
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "businessStatus", value = "营业状态(0:正常营业, 1:暂停营业, 2:筹建中, 99:永久关门)", dataType = "int", paramType = "query")
|
|
|
- })
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query"), @ApiImplicitParam(name = "businessStatus", value = "营业状态(0:正常营业, 1:暂停营业, 2:筹建中, 99:永久关门)", dataType = "int", paramType = "query")})
|
|
|
@GetMapping("/setStoreState")
|
|
|
public R<Boolean> setStoreState(@RequestParam("storeId") String storeId, @RequestParam("businessStatus") Integer businessStatus) {
|
|
|
log.info("StoreInfoController.setStoreState?storeId={},storeState={}", storeId, businessStatus);
|
|
|
@@ -312,13 +275,12 @@ public class StoreInfoController {
|
|
|
@GetMapping("/export")
|
|
|
public ResponseEntity<byte[]> exportToExcel() {
|
|
|
log.info("StoreInfoController.exportToExcel");
|
|
|
- return storeInfoService.exportToExcel();
|
|
|
+ return storeInfoService. exportToExcel();
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "web端查询经营板块信息")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/getBusinessSection")
|
|
|
- @ResponseBody
|
|
|
public R<List<StoreDictionaryVo>> getBusinessSection() {
|
|
|
log.info("StoreInfoController.getBusinessSection");
|
|
|
return R.data(storeInfoService.getBusinessSection());
|
|
|
@@ -327,7 +289,6 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端查询经营板块的经营种类信息")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/getBusinessSectionTypes")
|
|
|
- @ResponseBody
|
|
|
public R<List<StoreDictionaryVo>> getBusinessSectionTypes(@RequestParam("parentId") String parentId) {
|
|
|
log.info("StoreInfoController.getBusinessSectionTypes?parentId={}", parentId);
|
|
|
return R.data(storeInfoService.getBusinessSectionTypes(parentId));
|
|
|
@@ -336,7 +297,6 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端查询未绑定店铺的商家端账号")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/getUnboundAccountList")
|
|
|
- @ResponseBody
|
|
|
public R<List<StoreUserVo>> getUnboundAccountList(@RequestParam(value = "id", required = false) String id) {
|
|
|
log.info("StoreInfoController.getUnboundAccountList");
|
|
|
return R.data(storeInfoService.getUnboundAccountList(id));
|
|
|
@@ -345,7 +305,6 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端新增经营板块及经营类型")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@PostMapping("/addBusinessSectionAndTypes")
|
|
|
- @ResponseBody
|
|
|
public R addBusinessSectionAndTypes(@RequestBody StoreInfoDto storeInfoDto) {
|
|
|
log.info("StoreInfoController.addBusinessSectionAndTypes");
|
|
|
storeInfoService.addBusinessSectionAndTypes(storeInfoDto);
|
|
|
@@ -355,11 +314,7 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端获取店铺明细详情")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/getStoreDetail")
|
|
|
- @ResponseBody
|
|
|
- public R getStoreDetail(@RequestParam("id") String id,
|
|
|
- @RequestParam(value = "userId", required = false) String userId,
|
|
|
- @RequestParam(value = "jingdu", required = false) String jingdu,
|
|
|
- @RequestParam(value = "weidu", required = false) String weidu) {
|
|
|
+ public R getStoreDetail(@RequestParam("id") String id, @RequestParam(value = "userId", required = false) String userId, @RequestParam(value = "jingdu", required = false) String jingdu, @RequestParam(value = "weidu", required = false) String weidu) {
|
|
|
log.info("StoreInfoController.getStoreDetail?id={},userId={},jingdu={},weidu={}", id, jingdu, weidu);
|
|
|
StoreInfoVo storeDetail = storeInfoService.getStoreDetail(id, userId, jingdu, weidu);
|
|
|
return R.data(storeDetail);
|
|
|
@@ -368,12 +323,7 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端审批店铺")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/approveStoreInfo")
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "approvalStatus", value = "审批状态(1:审批成功,2:审批失败)", dataType = "int", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "reason", value = "原因", dataType = "String", paramType = "query")
|
|
|
- })
|
|
|
- @ResponseBody
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "approvalStatus", value = "审批状态(1:审批成功,2:审批失败)", dataType = "int", paramType = "query"), @ApiImplicitParam(name = "reason", value = "原因", dataType = "String", paramType = "query")})
|
|
|
public R approveStoreInfo(@RequestParam("id") String id, @RequestParam("approvalStatus") Integer approvalStatus, @RequestParam(value = "reason", required = false) String reason) {
|
|
|
log.info("StoreInfoController.approveStoreInfo?id={}&approvalStatus={}&reason={}", id, approvalStatus, reason);
|
|
|
storeInfoService.approveStoreInfo(id, approvalStatus, reason);
|
|
|
@@ -383,17 +333,8 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端导出店铺信息")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/exportExcel")
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storePhone", value = "联系电话", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storeApplicationStatus", value = "审核状态", dataType = "String", paramType = "query"),
|
|
|
- })
|
|
|
- @ResponseBody
|
|
|
- public R exportExcel(@RequestParam(value = "id", required = false) String id
|
|
|
- , @RequestParam(value = "storePhone", required = false) String storePhone
|
|
|
- , @RequestParam(value = "businessSection", required = false) String businessSection
|
|
|
- , @RequestParam(value = "storeApplicationStatus", required = false) String storeApplicationStatus) throws IOException {
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storePhone", value = "联系电话", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storeApplicationStatus", value = "审核状态", dataType = "String", paramType = "query"),})
|
|
|
+ public R exportExcel(@RequestParam(value = "id", required = false) String id, @RequestParam(value = "storePhone", required = false) String storePhone, @RequestParam(value = "businessSection", required = false) String businessSection, @RequestParam(value = "storeApplicationStatus", required = false) String storeApplicationStatus) throws IOException {
|
|
|
log.info("StoreInfoController.exportExcel");
|
|
|
String excelPath = storeInfoService.exportExcel(id, storePhone, businessSection, storeApplicationStatus);
|
|
|
return R.data(excelPath);
|
|
|
@@ -402,16 +343,8 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "web端导出商铺到期时间信息")
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@GetMapping("/exportExcelExpirationTime")
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storePhone", value = "联系电话", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "storeApplicationStatus", value = "审核状态", dataType = "String", paramType = "query"),
|
|
|
- })
|
|
|
- @ResponseBody
|
|
|
- public R exportExcelExpirationTime(
|
|
|
- @RequestParam(value = "id", required = false) String id
|
|
|
- , @RequestParam(value = "expiredState", required = false) String expiredState) throws IOException {
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "id", value = "门店id", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storePhone", value = "联系电话", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "businessSection", value = "经营板块", dataType = "String", paramType = "query"), @ApiImplicitParam(name = "storeApplicationStatus", value = "审核状态", dataType = "String", paramType = "query"),})
|
|
|
+ public R exportExcelExpirationTime(@RequestParam(value = "id", required = false) String id, @RequestParam(value = "expiredState", required = false) String expiredState) throws IOException {
|
|
|
log.info("StoreInfoController.exportExcelExpirationTime");
|
|
|
String excelPath = storeInfoService.exportExcelExpirationTime(id, expiredState);
|
|
|
return R.data(excelPath);
|
|
|
@@ -465,25 +398,13 @@ public class StoreInfoController {
|
|
|
if (screeningOfEightMajorCategoriesVO == null) {
|
|
|
return R.fail("筛选参数不能为空");
|
|
|
}
|
|
|
-
|
|
|
// 记录请求日志
|
|
|
- log.info("八大类用户端筛选请求 - 参数: screeningId={}, lon={}, lat={}, distance={}, flag={}, pageNum={}, pageSize={}",
|
|
|
- screeningOfEightMajorCategoriesVO.getScreeningId(),
|
|
|
- screeningOfEightMajorCategoriesVO.getLon(),
|
|
|
- screeningOfEightMajorCategoriesVO.getLat(),
|
|
|
- screeningOfEightMajorCategoriesVO.getDistance(),
|
|
|
- screeningOfEightMajorCategoriesVO.getFlag(),
|
|
|
- screeningOfEightMajorCategoriesVO.getPageNum(),
|
|
|
- screeningOfEightMajorCategoriesVO.getPageSize());
|
|
|
-
|
|
|
+ log.info("八大类用户端筛选请求 - 参数: screeningId={}, lon={}, lat={}, distance={}, flag={}, pageNum={}, pageSize={}", screeningOfEightMajorCategoriesVO.getScreeningId(), screeningOfEightMajorCategoriesVO.getLon(), screeningOfEightMajorCategoriesVO.getLat(), screeningOfEightMajorCategoriesVO.getDistance(), screeningOfEightMajorCategoriesVO.getFlag(), screeningOfEightMajorCategoriesVO.getPageNum(), screeningOfEightMajorCategoriesVO.getPageSize());
|
|
|
try {
|
|
|
// 调用服务层获取筛选结果
|
|
|
IPage<StoreInfo> result = storeInfoService.getScreening(screeningOfEightMajorCategoriesVO);
|
|
|
-
|
|
|
// 记录响应日志
|
|
|
- log.info("八大类用户端筛选响应 - 总记录数: {}, 当前页: {}, 页大小: {}",
|
|
|
- result.getTotal(), result.getCurrent(), result.getSize());
|
|
|
-
|
|
|
+ log.info("八大类用户端筛选响应 - 总记录数: {}, 当前页: {}, 页大小: {}", result.getTotal(), result.getCurrent(), result.getSize());
|
|
|
return R.data(result);
|
|
|
} catch (IllegalArgumentException e) {
|
|
|
log.warn("八大类用户端筛选参数错误: {}", e.getMessage());
|
|
|
@@ -508,24 +429,13 @@ public class StoreInfoController {
|
|
|
if (screeningOfEightMajorCategoriesVO == null) {
|
|
|
return R.fail("筛选参数不能为空");
|
|
|
}
|
|
|
-
|
|
|
// 记录请求日志
|
|
|
- log.info("新八大类用户端筛选请求 - 参数: screeningId={}, lon={}, lat={}, distance={}, flag={}, pageNum={}, pageSize={}",
|
|
|
- screeningOfEightMajorCategoriesVO.getScreeningId(),
|
|
|
- screeningOfEightMajorCategoriesVO.getLon(),
|
|
|
- screeningOfEightMajorCategoriesVO.getLat(),
|
|
|
- screeningOfEightMajorCategoriesVO.getDistance(),
|
|
|
- screeningOfEightMajorCategoriesVO.getFlag(),
|
|
|
- screeningOfEightMajorCategoriesVO.getPageNum(),
|
|
|
- screeningOfEightMajorCategoriesVO.getPageSize());
|
|
|
-
|
|
|
+ log.info("新八大类用户端筛选请求 - 参数: screeningId={}, lon={}, lat={}, distance={}, flag={}, pageNum={}, pageSize={}", screeningOfEightMajorCategoriesVO.getScreeningId(), screeningOfEightMajorCategoriesVO.getLon(), screeningOfEightMajorCategoriesVO.getLat(), screeningOfEightMajorCategoriesVO.getDistance(), screeningOfEightMajorCategoriesVO.getFlag(), screeningOfEightMajorCategoriesVO.getPageNum(), screeningOfEightMajorCategoriesVO.getPageSize());
|
|
|
try {
|
|
|
// 调用服务层获取筛选结果
|
|
|
IPage<StoreInfoVo> result = storeInfoService.getScreeningNew(screeningOfEightMajorCategoriesVO);
|
|
|
-
|
|
|
// 记录响应日志
|
|
|
- log.info("新八大类用户端筛选响应 - 总记录数: {}, 当前页: {}, 页大小: {}",
|
|
|
- result.getTotal(), result.getCurrent(), result.getSize());
|
|
|
+ log.info("新八大类用户端筛选响应 - 总记录数: {}, 当前页: {}, 页大小: {}", result.getTotal(), result.getCurrent(), result.getSize());
|
|
|
|
|
|
return R.data(result);
|
|
|
} catch (IllegalArgumentException e) {
|
|
|
@@ -547,9 +457,7 @@ public class StoreInfoController {
|
|
|
*/
|
|
|
@ApiOperation("八大类用户端经营类型筛选")
|
|
|
@ApiOperationSupport(order = 13)
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "businessTypesNames", value = "经营类型名称,多个类型用逗号分隔", dataType = "String", paramType = "query")
|
|
|
- })
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "businessTypesNames", value = "经营类型名称,多个类型用逗号分隔", dataType = "String", paramType = "query")})
|
|
|
@GetMapping(value = "getBusinessTypesName")
|
|
|
public R<List<StoreInfo>> getBusinessTypesName(@RequestParam(value = "businessTypesNames", required = false) String businessTypesNames) {
|
|
|
log.info("StoreInfoController.getBusinessTypesName?businessTypesNames={}", businessTypesNames);
|
|
|
@@ -738,9 +646,7 @@ public class StoreInfoController {
|
|
|
|
|
|
@ApiOperation(value = "AI服务-门店评价标签")
|
|
|
@GetMapping("/getStoreEvaluateTags")
|
|
|
- @ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query")
|
|
|
- })
|
|
|
+ @ApiImplicitParams({@ApiImplicitParam(name = "storeId", value = "门店id", dataType = "int", paramType = "query")})
|
|
|
public R<List<TagsMainVo>> getStoreEvaluateTags(int storeId) {
|
|
|
log.info("StoreInfoController.getStoreEvaluateTags?storeId={}", storeId);
|
|
|
List<TagsMainVo> voList = tagsMainMapper.getStoreEvaluateTags(storeId);
|