资产授权

master
Yueng 2024-09-05 15:03:39 +08:00
parent c585d9ba98
commit 706cd178ab
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
su.user_id
FROM
`h6_cloud_server`.sys_user su
LEFT JOIN `h6_cloud_server`.asset_impower aa ON su.user_id = aa.user_id
LEFT JOIN `h6_cloud_server`.asset_authorization aa ON su.user_id = aa.user_id
<where>
<if test="tableId!=null">
and aa.table_id = #{tableId}
@ -131,7 +131,7 @@
sd.dept_id
FROM
`h6_cloud_server`.sys_dept sd
LEFT JOIN `h6_cloud_server`.asset_impower aa on sd.dept_id = aa.dept_id
LEFT JOIN `h6_cloud_server`.asset_authorization aa on sd.dept_id = aa.dept_id
<where>
<if test="tableId!=null">
and aa.table_id = #{tableId}