修改种子纸起步价
This commit is contained in:
@@ -2674,7 +2674,7 @@ public class ProductService {
|
||||
price += Math.max(count * 0.2, 10);
|
||||
}
|
||||
price = price * number;//款数翻倍
|
||||
price = Math.max(price, 80);
|
||||
price = Math.max(price, 60);
|
||||
|
||||
if (!StringUtils.isEmpty(dto.getSwitchz3Size())) {
|
||||
price += 100;
|
||||
|
||||
Reference in New Issue
Block a user