统计返回类型

This commit is contained in:
wenc000 2020-04-26 18:08:22 +08:00
parent 2fea591193
commit ec9f4dc5d5

View File

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