fix: 会员价修改
This commit is contained in:
@@ -510,7 +510,7 @@ public class ProductService {
|
||||
}
|
||||
|
||||
if (item.getMemberPrice() == null || item.getMemberPrice().compareTo(BigDecimal.ZERO) <= 0) {
|
||||
item.setMealPrice(item.getSalePrice());
|
||||
item.setMemberPrice(item.getSalePrice());
|
||||
}
|
||||
}
|
||||
// 销量
|
||||
|
||||
Reference in New Issue
Block a user