We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe376f commit d0730e7Copy full SHA for d0730e7
ruoyi-fastapi-backend/module_admin/service/user_service.py
@@ -494,6 +494,7 @@ async def export_user_list_services(user_list: List):
494
}
495
496
for item in user_list:
497
+ item['deptName'] = item.get('dept').get('deptName')
498
if item.get('status') == '0':
499
item['status'] = '正常'
500
else:
0 commit comments