统计返回类型
This commit is contained in:
parent
2fea591193
commit
ec9f4dc5d5
@ -196,7 +196,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- ${tableExplain}统计 -->
|
<!-- ${tableExplain}统计 -->
|
||||||
<select id="count${firstUpperTableName}" parameterType="map" resultMap="Integer">
|
<select id="count${firstUpperTableName}" parameterType="map" resultType="Integer">
|
||||||
SELECT
|
SELECT
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
FROM
|
FROM
|
||||||
|
Loading…
Reference in New Issue
Block a user