This commit is contained in:
2025-04-08 17:17:49 +08:00
parent 4d3b80fcc2
commit 8250ce13d1
7 changed files with 432 additions and 7 deletions
@@ -2073,6 +2073,9 @@ public class ProductService {
// 产品价格倍数
for (Product product : priceList) {
product.setPrice(Math.ceil(product.getPrice() * product.getPriceMultiple()));
if ("菜单".equals(dto.getKind2Label())) {
product.setPrice(product.getPrice() + 10);
}
}
// 工艺----如果有覆膜亮膜哑膜价格一致