!300 修复使用postgreSQL数据库生成代码时出现已删除的多余的字段
Merge pull request !300 from anzhi/dev
This commit is contained in:
commit
a5ee33b559
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user