资产授权

master
Yueng 2024-09-05 14:49:24 +08:00
parent e6ebbe0a4b
commit 2011dd4a21
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
SELECT SELECT
su.user_id su.user_id
FROM FROM
`h6_cloud_server`.`sys_user` su `h6_cloud_server`.sys_user su
LEFT JOIN asset_impower aa ON su.user_id = aa.user_id LEFT JOIN asset_impower aa ON su.user_id = aa.user_id
<where> <where>
<if test="tableId!=null"> <if test="tableId!=null">
@ -130,7 +130,7 @@
SELECT SELECT
sd.dept_id sd.dept_id
FROM FROM
`h6_cloud_server`.`sys_dept` sd `h6_cloud_server`.sys_dept sd
LEFT JOIN asset_impower aa on sd.dept_id = aa.dept_id LEFT JOIN asset_impower aa on sd.dept_id = aa.dept_id
<where> <where>
<if test="tableId!=null"> <if test="tableId!=null">