fix(query): SQL参数
This commit is contained in:
parent
4cca89c8f6
commit
36c5899b1a
@ -177,7 +177,7 @@
|
||||
where is_delete=0
|
||||
<if test="req.msgIdList != null">
|
||||
AND id IN
|
||||
<foreach close=")" collection="re.msgIdList" item="msgId" open="(" separator=",">
|
||||
<foreach close=")" collection="req.msgIdList" item="msgId" open="(" separator=",">
|
||||
#{msgId}
|
||||
</foreach>
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user