修改木浆棉价格

This commit is contained in:
2026-07-15 10:15:36 +08:00
parent 468faf513e
commit d22de3aa1e
@@ -4596,7 +4596,7 @@ public class ProductService {
Product pro = new Product(); Product pro = new Product();
pro.setCount(count); pro.setCount(count);
pro.setNumber(number); pro.setNumber(number);
pro.setPrice(Math.ceil((Math.max(basePrice, 80) + Math.max(craftPrice, craftMiniPrice)) * number)); pro.setPrice(Math.ceil((Math.max(basePrice, 80) + Math.max(craftPrice, craftMiniPrice) * number)));
priceList.add(pro); priceList.add(pro);
return priceList; return priceList;