...
|
...
|
@@ -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>
|
|
|
|
...
|
...
|
|