Compare commits

...

2 Commits

Author SHA1 Message Date
Harryxzy 83d2cf2eb1 Merge remote-tracking branch 'origin/custom/联特' into custom/联特 2025-07-15 13:34:24 +08:00
Harryxzy b617922bbf sql优化 2025-07-15 13:34:04 +08:00
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>