mybatis 多参数中有一个list 使用方法
mybatis 多参数,其中一个为list如List<IllegalWordEntity> getListByWords(@Param("clientId") long clientId, @Param("illegalWords") List<String> illegalWords);使用@Param注解指定名称mapper中foreach 标签的collection属性使用@