1:#{0},#{1} 不写parameterType
2:注解 @Param("id")String id
@Param("id")String id
3:Map parameterType="hashmap" #{key} public List<XXXBean> getXXXBeanList(HashMap map);
parameterType="hashmap" #{key}
public List<XXXBean> getXXXBeanList(HashMap map);
4:List
【Mybatis】多个参数如何写xml和mapper
原文:https://www.cnblogs.com/xiangtunmizu/p/11960629.html