修改目录结构2

This commit is contained in:
zhengxinonly
2021-06-23 23:56:04 +08:00
parent 6da6768f81
commit 0cb74c5eb7
21 changed files with 733 additions and 57 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class CURDUser(Resource):
real_name = req_json.get('realName')
dept_id = req_json.get('deptId')
role_ids = a.split(',')
user_curd.update_user(id, username, real_name, dept_id)
user_curd.update_user(user_id, username, real_name, dept_id)
user_curd.update_user_role(_id, role_ids)
return success_api(msg="更新成功")