明亮蚂蚁

文章
3
资源
0
加入时间
3年0月9天

mybatis中in对一个string数组取值

@Select("select * from discount_code where id in (${disCode})") List<DiscountCodeInfo> selectByIds(@Param("disCode") String disCode);