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