Authored by chenchao

Merge branch 'dev_6.8.7_order_出售权限' into test6.8.8

... ... @@ -137,8 +137,8 @@ public class ProductProxyService {
storageId, productId);
throw new UfoServiceException(501, "查无商品");
}
//add uid from 6.8.8
ProductDetailResp resp = ufoServiceCaller.call("ufo.product.baseInfo", productId, uid);
ProductInfo productInfo = null;
BigDecimal minPrice,maxPrice;
if (Objects.isNull(resp)
... ...