Mybatis的Mapper接口不允许多值传输
思路:
将多值封装为单值
1.将值封装到对象中pojo
2.将值封装为集合 数组 array/List集合/Map集合
3.参数添加@Param这个注解,实际上为将参数封装为map集合