mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-26 07:16:40 +08:00
git commit
方法close open闭合括号修改
This commit is contained in:
parent
70173ebd22
commit
58113847f4
@ -146,7 +146,7 @@
|
||||
t_employee e
|
||||
WHERE
|
||||
e.department_id IN
|
||||
<foreach collection="departmentIds" item="item" separator=",">
|
||||
<foreach collection="departmentIds" item="item" close="(" clsoe=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
order by e.create_time desc
|
||||
|
Loading…
Reference in New Issue
Block a user