sql优化
This commit is contained in:
parent
2971217a28
commit
b617922bbf
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue