Commit b07152fb by Mark

修改实体表注释不生成问题

parent 65e4e739
......@@ -17,7 +17,7 @@
</select>
<select id="queryColumns" resultType="map">
select column_name columnName, data_type dataType, column_comment comments, column_key columnKey, extra from information_schema.columns
select column_name columnName, data_type dataType, column_comment columnComment, column_key columnKey, extra from information_schema.columns
where table_name = #{tableName} and table_schema = (select database()) order by ordinal_position
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment