!300 修复使用postgreSQL数据库生成代码时出现已删除的多余的字段

Merge pull request !300 from anzhi/dev
This commit is contained in:
疯狂的狮子Li 2023-03-08 15:37:01 +00:00 committed by Gitee
commit a5ee33b559
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -93,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
ORDER BY c.relname, a.attnum ORDER BY c.relname, a.attnum
) temp ) temp
WHERE table_name = (#{tableName}) WHERE table_name = (#{tableName})
AND column_type <![CDATA[ <> ]]> '-'
</if> </if>
<if test="@com.ruoyi.common.helper.DataBaseHelper@isSqlServer()"> <if test="@com.ruoyi.common.helper.DataBaseHelper@isSqlServer()">
SELECT SELECT