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