This commit is contained in:
2025-04-09 16:46:56 +08:00
parent 11c1d3edfa
commit ea0c99e4d0
3 changed files with 26 additions and 16 deletions
@@ -3598,9 +3598,9 @@ public class ProductService {
}
} else if ("6".equals(kind)) {
priceList = new PriceUtils().tags600Price(dto, kind, kind2, area, count);
for (Product product : priceList) {
product.setPrice(Math.floor(product.getPrice() * 1.3));
}
// for (Product product : priceList) {
// product.setPrice(Math.floor(product.getPrice() * 1.3));
// }
} else if ("10".equals(kind) || "11".equals(kind)) {
int[] count_list = {50, 100, 200, 500, 1000};
double[] jitu = {};