back_recharge
wangyuan 2020-02-21 18:30:36 +08:00
parent 74213d4c0d
commit 4e98fff425
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ public class GlobalDataManaager implements IManager {
}
public TimeControllerOfFunction getOpenTimeOfFuntionCacheByType(FunctionIdEnum functionIdEnum ) {
List<Integer> ids = SGlobalSystemConfig.idsByType.get(functionIdEnum);
List<Integer> ids = SGlobalSystemConfig.idsByType.get(functionIdEnum.getFunctionType());
if(ids!=null && !ids.isEmpty()){
for(Integer id : ids){
if(openTimeOfFuntionCache.containsKey(id)){