fix
parent
74213d4c0d
commit
4e98fff425
|
@ -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)){
|
||||
|
|
Loading…
Reference in New Issue