[Bugfix] 修复一些bug

This commit is contained in:
ibuler
2017-12-27 00:14:46 +08:00
parent 22b7b84a45
commit 3d705dbeaa
6 changed files with 59 additions and 40 deletions

View File

@@ -18,8 +18,6 @@ def get_session_system_user_list():
return set(list(Session.objects.values_list('system_user', flat=True)))
def get_user_list_from_cache():
return cache.get(USERS_CACHE_KEY)