Skip to content

Commit

Permalink
!269 存在问题
Browse files Browse the repository at this point in the history
Merge pull request !269 from zhaoyang0415/N/A
  • Loading branch information
Sectet1ove authored and gitee-org committed Apr 11, 2023
2 parents efce977 + 123388d commit 4c03676
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public ResultMessage<IPage<StoreVO>> getByPage(StoreSearchParams entity, PageVO
@ApiImplicitParam(name = "storeId", value = "店铺ID", required = true, paramType = "path", dataType = "String")
@GetMapping(value = "/get/detail/{storeId}")
public ResultMessage<StoreDetailVO> detail(@PathVariable String storeId) {
// todo 对于刚提交审核的信息需要等待缓存失效后才能操作,否则缓存信息还在
return ResultUtil.data(storeDetailService.getStoreDetailVO(storeId));
}

Expand Down

0 comments on commit 4c03676

Please sign in to comment.