新增opp袋尺寸

This commit is contained in:
2026-05-14 12:03:56 +08:00
parent c6a6c2c682
commit e8a0669db7
3 changed files with 24 additions and 1 deletions
@@ -1139,6 +1139,9 @@ public class ProductService {
if ("8*12".equals(dto.getToothpick_size())) {
carft_base_price = 19;
}
if ("11*18".equals(dto.getToothpick_size())) {
carft_base_price = 30;
}
if ("17*6".equals(dto.getToothpick_size())) {
carft_base_price = 30;
}