mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
Merge branch 'master' of gitee.com:lab1024/smart-admin into master
This commit is contained in:
commit
b03a911ba9
@ -146,7 +146,7 @@
|
||||
t_employee e
|
||||
WHERE
|
||||
e.department_id IN
|
||||
<foreach collection="departmentIds" open="(" close=")" item="item" separator=",">
|
||||
<foreach collection="departmentIds" item="item" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
order by e.create_time desc
|
||||
@ -158,7 +158,7 @@
|
||||
FROM
|
||||
t_employee e
|
||||
where e.id IN
|
||||
<foreach collection="ids" open="(" close=")" item="item" separator=",">
|
||||
<foreach collection="ids" item="item" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
order by e.create_time desc
|
||||
|
Loading…
Reference in New Issue
Block a user