|
@@ -86,11 +86,11 @@ public class PriceUtilService {
|
|
|
// 根据用户Id查询用户身份
|
|
|
Integer identity = priceMapper.getIdentityByUserId(userId);
|
|
|
price.setRepurchaseFlag(0);
|
|
|
+ // 默认非促销活动状态
|
|
|
+ price.setActStatus(0);
|
|
|
if (null != identity && identity > 0) {
|
|
|
// 用户身份: 2-会员机构, 4-普通机构
|
|
|
price.setUserIdentity(identity);
|
|
|
- // 默认非促销活动状态
|
|
|
- price.setActStatus(0);
|
|
|
// 设置划线价
|
|
|
price.setOriginalPrice(price.getPrice());
|
|
|
//税费标志
|