<where>
and a.id in
<foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
<if test="(index % 999) == 998"> NULL ) OR a.id IN (</if>#{item,jdbcType=NVARCHAR}
</foreach>
</where>
微信扫一扫
<where>
and a.id in
<foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
<if test="(index % 999) == 998"> NULL ) OR a.id IN (</if>#{item,jdbcType=NVARCHAR}
</foreach>
</where>
相关推荐