删除无用扇,修改pet,修改插卡

This commit is contained in:
2025-10-15 15:30:05 +08:00
parent 0ab421eb9c
commit e48066dd0e
4 changed files with 399 additions and 351 deletions
@@ -577,7 +577,7 @@ public class ProductService {
if ("1".equals(dto.getKindValue())) {
priceList = new PriceUtils().getInsertCard(size, count);
} else {
if ("9".equals(dto.getKindValue()) || "10".equals(dto.getKindValue())) {
if ("9".equals(dto.getKindValue()) || "10".equals(dto.getKindValue()) || "14".equals(dto.getKindValue()) || "15".equals(dto.getKindValue())) {
dto.setKindValue("4");
} else if ("11".equals(dto.getKindValue())) {
dto.setKindValue("8");