提交 f78c0988 编写于 作者: zlt2000's avatar zlt2000

解决代码生成器mysql8下engine的显示问题

上级 34ba1383
......@@ -3,7 +3,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.central.generator.mapper.SysGeneratorMapper">
<select id="queryList" resultType="map">
select table_name tableName, engine, table_comment tableComment, create_time createTime from
select table_name tableName, engine engine, table_comment tableComment, create_time createTime from
information_schema.tables
where table_schema = (select database())
<if test="p.tableName != null and p.tableName.trim() != ''">
......
......@@ -94,4 +94,4 @@ swagger:
api-docs-path: v2/api-docs
swagger-version: 2.0
auto-generate-from-zuul-routes: true
generate-routes: auth,user,file
\ No newline at end of file
generate-routes: user,file
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册