Mybats:A query was run and no Re
2018-12-02 本文已影响0人
飞鹩
使用mybats没有给resultType设定值。
<select id="selecttable" parameterType="String" resultType="String">
SELECT table_name FROM information_schema.TABLES WHERE table_name =${tableName};
</select>
使用mybats没有给resultType设定值。
<select id="selecttable" parameterType="String" resultType="String">
SELECT table_name FROM information_schema.TABLES WHERE table_name =${tableName};
</select>