修改vip价格
This commit is contained in:
@@ -280,7 +280,7 @@ public class ShopProductController {
|
||||
}
|
||||
for (ShopProductBookEntity spbe : ss) {
|
||||
ShopProduct ca_sp = shopProductService.getById(spbe.getProductId());
|
||||
if (ca_sp.getIsVipPrice()==1){
|
||||
if (!userVipService.noVip()&&ca_sp.getIsVipPrice()==1){
|
||||
ca_sp.setVipPrice(shopProductService.getVipPrice(ca_sp));
|
||||
}
|
||||
frag.add(ca_sp);
|
||||
|
||||
Reference in New Issue
Block a user