fix 修复 postgreSQL 代码生成 查出多余的已删除字段
parent
6ce9011b77
commit
edeaee1706
|
|
@ -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>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue