sql update

This commit is contained in:
zhangchenbiao
2023-06-21 17:42:08 +08:00
parent 81cefc2862
commit 7f3546f9d4
4 changed files with 15 additions and 4 deletions

View File

@@ -548,7 +548,7 @@
<where>
<if test="lineIds!=null and lineIds.size>0">
<foreach collection="lineIds" item="lineId" open="and id in (" close=")" separator=",">
#{partnerId}
#{lineId}
</foreach>
</if>
</where>