mybatis parametertype 多個參數

1、單個參數:java public List<XXBean> getXXBeanList(@param("id")String id); <select id="getXXXBeanList" parameterType="java.lang.String" resultType="XXBean">   select t.* from tableName t where t.id= #{id}
相關文章
相關標籤/搜索