...
|
...
|
@@ -246,7 +246,7 @@ |
|
|
where shops_id = #{shopsId,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="count" resultType="java.lang.Integer" timeout="20000">
|
|
|
SELECT count(id) FROM shops
|
|
|
SELECT count(shops_id) FROM shops
|
|
|
</select>
|
|
|
<select id="getPageLists" resultMap="BaseResultMap" timeout="20000">
|
|
|
select
|
...
|
...
|
|