活动礼包开启条件修改

back_recharge
duhui 2022-12-27 17:36:55 +08:00
parent 6048b49a87
commit 4e957f7932
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ public class BuyGoodsNewLogic {
//活动类型特殊处理
for(int[] s : configById.getOnSaleRule()){
int anInt = s[1];
if(s[0]==3){
if(s[0]!=3){
continue;
}
if(ActivityLogic.checkActivityOpen(user, anInt)){