|
@@ -107,8 +107,8 @@ public class PriceUtilService {
|
|
price.setActStatus(0);
|
|
price.setActStatus(0);
|
|
// 用户身份: 2-会员机构, 4-普通机构
|
|
// 用户身份: 2-会员机构, 4-普通机构
|
|
price.setUserIdentity(identity);
|
|
price.setUserIdentity(identity);
|
|
- // 设置价格标志(协销|价格公开|仅对医美机构公开|仅对会员机构公开)
|
|
|
|
- boolean setFlag = identity == 1 || priceFlag == 0 || (priceFlag == 3 && clubType == 1) || (priceFlag == 2 && (identity == 2 || isSuperVip));
|
|
|
|
|
|
+ // 设置价格标志(协销|价格公开|仅对医美机构公开|仅对会员机构公开|供应商)
|
|
|
|
+ boolean setFlag = identity == 1 || priceFlag == 0 || (priceFlag == 3 && clubType == 1) || (priceFlag == 2 && (identity == 2 || isSuperVip)) || identity == 3;
|
|
if (setFlag) {
|
|
if (setFlag) {
|
|
// 设置划线价
|
|
// 设置划线价
|
|
price.setOriginalPrice(price.getPrice());
|
|
price.setOriginalPrice(price.getPrice());
|