|
@@ -88,6 +88,7 @@ public class PriceUtilService {
|
|
// 根据商品id查询商品活动
|
|
// 根据商品id查询商品活动
|
|
PromotionsVo promotions = promotionsMapper.getPromotionsByProductId(price.getProductId());
|
|
PromotionsVo promotions = promotionsMapper.getPromotionsByProductId(price.getProductId());
|
|
price.setRepurchaseFlag(0);
|
|
price.setRepurchaseFlag(0);
|
|
|
|
+ price.setActStatus(0);
|
|
if (null != identity && identity > 0) {
|
|
if (null != identity && identity > 0) {
|
|
// 用户身份: 2-会员机构, 4-普通机构
|
|
// 用户身份: 2-会员机构, 4-普通机构
|
|
price.setUserIdentity(identity);
|
|
price.setUserIdentity(identity);
|