修改卡片
This commit is contained in:
@@ -6061,7 +6061,7 @@ public class ProductService {
|
||||
product.setPrice(Math.ceil(product.getPrice() + 0.15 * product.getCount()));
|
||||
}
|
||||
}
|
||||
if (craftList.contains("流苏")) {
|
||||
if (craftList.contains("流苏") && "4".equals(dto.getKind())) {
|
||||
for (Product product : priceList) {
|
||||
product.setPrice(Math.ceil(product.getPrice() + 0.15 * product.getCount()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user