mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-18 03:16:40 +08:00
employee bug修改
This commit is contained in:
parent
01fe8a7c16
commit
fa21afa5ba
@ -146,7 +146,7 @@
|
|||||||
t_employee e
|
t_employee e
|
||||||
WHERE
|
WHERE
|
||||||
e.department_id IN
|
e.department_id IN
|
||||||
<foreach collection="departmentIds" item="item" separator=",">
|
<foreach collection="departmentIds" open="(" close=")" item="item" separator=",">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
order by e.create_time desc
|
order by e.create_time desc
|
||||||
@ -158,7 +158,7 @@
|
|||||||
FROM
|
FROM
|
||||||
t_employee e
|
t_employee e
|
||||||
where e.id IN
|
where e.id IN
|
||||||
<foreach collection="ids" item="item" separator=",">
|
<foreach collection="ids" open="(" close=")" item="item" separator=",">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
order by e.create_time desc
|
order by e.create_time desc
|
||||||
|
Loading…
Reference in New Issue
Block a user