fix: 会员价修改

This commit is contained in:
张松
2024-11-18 18:15:04 +08:00
parent b860a6020d
commit 1e17140534

View File

@@ -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());
}
}
// 销量