Authored by 胡古飞

BUG

... ... @@ -211,7 +211,7 @@
#{item}
</foreach>
</select>
<select id="selectCount" resultMap="BaseResultMap" timeout="20000">
<select id="selectCount" resultType="java.lang.Integer" timeout="20000">
select count(*) from tbl_brand
</select>
... ...
... ... @@ -80,7 +80,7 @@
where sort_id = #{sortId,jdbcType=INTEGER}
</update>
<select id="selectCount" resultMap="BaseResultMap" timeout="20000">
<select id="selectCount" resultType="java.lang.Integer" timeout="20000">
select count(*) from tbl_sort
</select>
... ...