修改不干胶拼多多提示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user