edit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
// 工艺----如果有覆膜(亮膜哑膜价格一致)
|
||||
|
||||
Reference in New Issue
Block a user