<select>
<include refid="Base_Column_List" />
from router
where management_id = #{managementId,jdbcType=INTEGER} and department_id = #{departmentId,jdbcType=INTEGER} and
id in
<foreach collection="routerIds" index="index" item="item" open="(" separator="," close=")">
#{item.routerId,jdbcType=INTEGER}
</foreach>
</select>

2万+

被折叠的 条评论
为什么被折叠?



