This commit is contained in:
2025-05-15 09:50:04 +08:00
parent 8c067d8178
commit bb97693578
2 changed files with 16 additions and 9 deletions
@@ -3212,7 +3212,6 @@ public class ProductService {
desFee = 11 + 11 + 11 * (number - 3);
}
}
for (Product product : priceList) {
product.setPrice(Math.ceil(product.getPrice() + desFee));
}