DESKTOP-71BH0QO\L、ming
2021-04-17 87f6e3aa6fbb0c5d58e5a975c2b9035b38b61c7e
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ShopApi.java
@@ -27,13 +27,13 @@
    @Resource
    private CommunityService communityService;
    @ApiOperation(value = "分页查询店铺" , response = ComShopStoreVO.class)
    @ApiOperation(value = "分页查询店铺" , response = PageShopStoreVO.class)
    @PostMapping("pageshopstore")
    public R pageShopStore(@RequestBody PageComShopStoreDTO comShopStoreDTO) {
        return communityService.pageShopStore(comShopStoreDTO);
    }
    @ApiOperation(value = "查询店铺详情" , response = ComShopStoreVO.class)
    @ApiOperation(value = "查询店铺详情" , response = PageShopStoreVO.class)
    @PostMapping("shopstoredetail")
    public R shopStoreDetail(@RequestBody PageComShopStoreDTO comShopStoreDTO) {
        if(comShopStoreDTO == null || comShopStoreDTO.getStoreId() == null){