category_id IN
<foreach item="categoryId" index="index" collection="categoryIds" open="("
separator="," close=")">
#{categoryId}
</foreach>
categoryIds为传过来的数组
category_id IN
<foreach item="categoryId" index="index" collection="categoryIds" open="("
separator="," close=")">
#{categoryId}
</foreach>
categoryIds为传过来的数组