fix(query): SQL参数

This commit is contained in:
zhansihu 2023-08-23 11:35:55 +08:00
parent 4cca89c8f6
commit 36c5899b1a

View File

@ -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>