修改海报价格,修改滴塑价格
This commit is contained in:
@@ -2174,9 +2174,7 @@ public class PriceUtils {
|
||||
if (dto.getN_mq_num() > 0) {
|
||||
price += 10 * dto.getN_mq_num();
|
||||
}
|
||||
if (number > 1) {
|
||||
price *= 1.3;
|
||||
}
|
||||
price = Math.ceil(price + (number - 1) * 8);
|
||||
pro.setCount(count / number);
|
||||
pro.setPrice(price);
|
||||
list.add(pro);
|
||||
|
||||
Reference in New Issue
Block a user