| | |
| | | System.out.println(commodity); |
| | | return commodity; |
| | | } |
| | | |
| | | |
| | | @Resource |
| | | private CoursePackageClient coursePackageClient; |
| | | @ResponseBody |
| | | @PostMapping("/base/pointMerchars/getCommoditys") |
| | | public PointMerchandiseVo getVicinityGoods(@RequestBody CommodityRequest request){ |
| | | if (request.getShopId()!=null){ |
| | | CoursePackage coursePackage = coursePackageClient.queryByStoreId(request.getShopId()); |
| | | } |
| | | |
| | | |
| | | |
| | | PointMerchandiseVo pointMerchandiseVo = new PointMerchandiseVo(); |
| | | List<PointsMerchandise> list = new ArrayList<>(); |
| | | String provinceCode = ""; |