修正了 SDK,修复了 aggregate 不能传入 args 的问题
This commit is contained in:
@@ -46,7 +46,8 @@ PERMISSION_MAP = {
|
||||
|
||||
|
||||
def run_migration():
|
||||
from gvsdsdk.models import User, Role, Permission, UserRole, RolePermission
|
||||
from gvsdsdk.models import Role, Permission, UserRole, RolePermission
|
||||
from users.business_models import User
|
||||
from users.models import (
|
||||
UserMain, UserBoss, UserDashou, UserShangjia, UserGuanshi,
|
||||
UserZuzhang, UserShenheguan, AdminProfile, UserKefu,
|
||||
|
||||
Reference in New Issue
Block a user