修改过去角色列表问题

duizhaopin
apan 2 years ago
parent c48024156f
commit 8396a1a2d5

@ -90,6 +90,7 @@ class BllModuleRelation(Repository):
on b.object_id=a.role_id on b.object_id=a.role_id
LEFT JOIN rms_module as c LEFT JOIN rms_module as c
on c.module_id=b.module_id on c.module_id=b.module_id
GROUP BY role_id
""" """
try: try:
count_number = len(self.execute(sql_all).fetchall()) count_number = len(self.execute(sql_all).fetchall())

Loading…
Cancel
Save