活动礼包开启条件修改
parent
6048b49a87
commit
4e957f7932
|
@ -662,7 +662,7 @@ public class BuyGoodsNewLogic {
|
||||||
//活动类型特殊处理
|
//活动类型特殊处理
|
||||||
for(int[] s : configById.getOnSaleRule()){
|
for(int[] s : configById.getOnSaleRule()){
|
||||||
int anInt = s[1];
|
int anInt = s[1];
|
||||||
if(s[0]==3){
|
if(s[0]!=3){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(ActivityLogic.checkActivityOpen(user, anInt)){
|
if(ActivityLogic.checkActivityOpen(user, anInt)){
|
||||||
|
|
Loading…
Reference in New Issue