fix store
parent
92df10cfa7
commit
299f00200d
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue