Browse Source

fix 4人镜像月付硬塞规格

zoujiajian 2 years ago
parent
commit
0ed06f538c

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -364,7 +364,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
 			//23-12-06 MidJourney 不硬塞
 			if (sku.getNum() > 1 && Constant.AI_goodsIds.get(0) == sku.getGoodsId()) {
 				Integer extraNum = 5;
-				if (sku.getId() == 178l) {
+				if (sku.getId() == 178l || sku.getId() == 423l) {
 					extraNum = 2;
 				}
 				maxNum += extraNum;