修改木浆棉价格
This commit is contained in:
@@ -4596,7 +4596,7 @@ public class ProductService {
|
||||
Product pro = new Product();
|
||||
pro.setCount(count);
|
||||
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);
|
||||
|
||||
return priceList;
|
||||
|
||||
Reference in New Issue
Block a user