|
@@ -55,7 +55,7 @@
|
|
|
c.state_ as state
|
|
|
from tenant_proxy_user_relation as a
|
|
|
left join tenant_proxy_info c on a.parent_id_ = c.proxy_user_id_
|
|
|
- left join sys_user as b on a.parent_id_ = b.id_
|
|
|
+ left join sys_user as b on a.user_id_ = b.id_
|
|
|
where a.parent_id_ = #{id}
|
|
|
</select>
|
|
|
|