puzhibing
2024-03-15 f8f6161b009a845c8444e56264b9e7d001e2aea4
cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
@@ -117,11 +117,7 @@
            @ApiImplicitParam(value = "搜索", name = "search", required = true, dataType = "string"),
    })
    public ResultUtil<List<StoreDetailList>> getStoreListCon(Integer space, String cityCode, String latitude, String longitude, String search) {
//        try {
        return ResultUtil.success(tsService.queryStoreList(space, cityCode, longitude, latitude, search));
//        }catch (Exception e){
//            return ResultUtil.runErr();
//        }
    }