删除无用扇,修改pet,修改插卡
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user