This commit is contained in:
zyyang 2021-03-03 14:27:58 +08:00
parent ba22bff210
commit bc95793da0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
insert into test.t#{groupId} (ts, temperature, humidity) values (#{ts}, ${temperature}, ${humidity})
</insert>
<select id="getSubTables">
<select id="getSubTables" resultType="String">
select tbname from test.weather
</select>