fix store

back_recharge
wangyuan 2019-08-17 14:48:06 +08:00
parent 92df10cfa7
commit 299f00200d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class StoreLogic {
storeGiftType.add(32);
}
public void checkGlobalStore(boolean isStartServer) throws Exception {
public static void checkGlobalStore(boolean isStartServer) throws Exception {
long now = System.currentTimeMillis();
for(SStoreTypeConfig sStoreTypeConfig : SStoreTypeConfig.getsStoreTypeConfigMap().values()){
if(sStoreTypeConfig.getStoreOpenRule() == 3){