edit
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user