商品列表 返回商家经纬度及所属地区信息
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user