MyBatis foreach标签 遍历数组查询
本案例通过商品的搜索案例来解读Mybatis foreach标签遍历数组的方法,背景是购物网站的前台商品按关键字和分类id搜索功能,废话不多数进入今天主角MyBatis foreach标签遍历数组:ProductMapper//根据关键字或者分类id集合来收搜索商品List<Product> selectProductByNameAndCategoryIds(@Param(...