fix 修复 postgreSQL 代码生成 查出多余的已删除字段
This commit is contained in:
parent
183af84117
commit
8095db9e28
@ -71,6 +71,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.mybatis.helper.DataBaseHelper@isSqlServer()">
|
<if test="@com.ruoyi.common.mybatis.helper.DataBaseHelper@isSqlServer()">
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user