修改不干胶拼多多提示

This commit is contained in:
2026-06-29 15:44:07 +08:00
parent 49e691eb9d
commit d1249e5173
4 changed files with 38 additions and 9 deletions
@@ -6550,6 +6550,13 @@ public class ProductService {
pro.setPrice(Math.ceil(price + card_price));
priceList.add(pro);
if (role.contains("1045")) {
for (Product product : priceList) {
product.setPrice(Math.ceil(pro.getPrice() * 0.85));
}
}
return priceList;
}