Commit ca176f3e by guojuxing

编辑超级管理员信息接口

parent 7a649a1e
......@@ -170,6 +170,7 @@ public class UserApiServiceImpl implements UserApiService {
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "密码为空,操作有误");
}
}
userDTO.setUserId(adminUser.getUserId());
userService.editUser(userDTO);
return ServiceResponse.success();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment