原理解析:
<select id="queryProductList" resultType="com.pojo.Product">
SELECT *
FROM
tb_product
ORDER BY
priority DESC
LIMIT #{rowIndex},#{pageSize};
</select>
<select id="queryProductList" resultTyp原理解析:
<select id="queryProductList" resultType="com.pojo.Product">
SELECT *
FROM
tb_product
ORDER BY
priority DESC
LIMIT #{rowIndex},#{pageSize};
</select>
<select id="queryProductList" resultTyp