商品列表 返回商家经纬度及所属地区信息

This commit is contained in:
2024-05-17 09:25:45 +08:00
parent 200b75e04d
commit 879f4307bd
4 changed files with 12 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ public class ProductService {
homeVO.setId(o.getProId());
homeVO.setShopName(o.getShopName());
homeVO.setShopImage(o.getShopImg());
homeVO.setDistricts(o.getDistricts());
if (StringUtils.isBlank(o.getShopTag())) {
homeVO.setShopTag(new ArrayList<>());
} else {