fix
This commit is contained in:
parent
419f2a907a
commit
7d6b6bda97
|
|
@ -141,7 +141,7 @@
|
|||
<select id="selectByIds" resultMap="GoodsResult">
|
||||
<include refid="selectGoods"/>
|
||||
goods_id IN
|
||||
<foreach collection="ids" item="goodsId" open="(" separator="," close=")">
|
||||
<foreach collection="array" item="ids" open="(" separator="," close=")">
|
||||
#{goodsId}
|
||||
</foreach>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue