修改卡片

This commit is contained in:
2025-08-28 10:36:25 +08:00
parent 72dca49bd2
commit 114d8f1449
2 changed files with 8 additions and 6 deletions
@@ -6061,7 +6061,7 @@ public class ProductService {
product.setPrice(Math.ceil(product.getPrice() + 0.15 * product.getCount()));
}
}
if (craftList.contains("流苏")) {
if (craftList.contains("流苏") && "4".equals(dto.getKind())) {
for (Product product : priceList) {
product.setPrice(Math.ceil(product.getPrice() + 0.15 * product.getCount()));
}