mybatis中in对一个string数组取值 @Select("select * from discount_code where id in (${disCode})") List<DiscountCodeInfo> selectByIds(@Param("disCode") String disCode); ssm 2023-04-03 201 点赞 3 评论 304 浏览