mybatis使用count返回int的方法

<select id="countByExample" resultType="java.lang.Integer" > select count(*) from XXXXXX </select> 直接寫"java.lang.Integer",接口中的返回值寫int。
相關文章
相關標籤/搜索