sql优化

This commit is contained in:
Harryxzy 2025-07-15 13:34:04 +08:00
parent 2971217a28
commit b617922bbf
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
left join hrsa_auth_opt o on d.role_id = o.role_id and o.delete_type = 0
where emp.employee_id = #{uid}
and o.page = #{page}
and emp.delete_type=0
</select>