修改宠物uv起步价。修改手提袋尺寸

This commit is contained in:
2026-03-23 18:01:36 +08:00
parent fd44d8f3e3
commit 85888d79f8
2 changed files with 3 additions and 3 deletions
@@ -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;