修改宠物uv起步价。修改手提袋尺寸
This commit is contained in:
@@ -2699,7 +2699,7 @@ public class ProductService {
|
||||
}
|
||||
if ("宠物转印贴".equals(dto.getKind())) {
|
||||
for (Product product : priceList) {
|
||||
product.setPrice(Math.ceil(product.getPrice() * 1.3));
|
||||
product.setPrice(Math.ceil(product.getPrice() == 50 ? product.getPrice() : product.getPrice() * 1.3));
|
||||
}
|
||||
}
|
||||
// double base = number < 6 && number > 1 ? 5 : 0;
|
||||
|
||||
Reference in New Issue
Block a user