探索商店解锁问题
parent
d4fec7f545
commit
4ac1800a01
|
@ -379,6 +379,8 @@ public class StoreLogic implements IEventHandler {
|
|||
}
|
||||
}
|
||||
if(storeInfo != null){
|
||||
// 探索商店用
|
||||
if (storeInfo.getId() == 91){
|
||||
//根据条件更新商品
|
||||
Map<Integer, Integer> itemNumMap = getStoreItem(sStoreTypeConfig.getId(),sStoreTypeConfig,user);
|
||||
if (!itemNumMap.isEmpty()){
|
||||
|
@ -390,6 +392,7 @@ public class StoreLogic implements IEventHandler {
|
|||
}
|
||||
storeInfo.setItemNumMap(map);
|
||||
}
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if(sStoreTypeConfig.getStoreOpenRule() == 7){
|
||||
|
|
Loading…
Reference in New Issue