mybatis plus使用 in 语句

记录一下使用mybatis plus 查询时使用in关键字的坑

@Select({""
})
Double getCurrentOrderFee(@Param("dataIdListStr") Integer[] dataIdList);

你可能感兴趣的:(Mybatis,Java,java,mybatis,plus)