修改方巾纸价格
This commit is contained in:
@@ -6200,6 +6200,12 @@ public class ProductService {
|
||||
priceList.add(pro);
|
||||
}
|
||||
|
||||
if ("1000/箱".equals(dto.getNotePaperKind())) {
|
||||
for (Product product : priceList) {
|
||||
product.setPrice(Math.ceil(product.getPrice() * 2));
|
||||
}
|
||||
}
|
||||
|
||||
return priceList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user