mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix(ruoyi-generator): 修复使用postgreSQL数据库时实体类代码生成多余的已删除字段的属性bug
This commit is contained in:
		@@ -93,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 | 
			
		||||
                ORDER BY c.relname, a.attnum
 | 
			
		||||
            ) temp
 | 
			
		||||
            WHERE table_name = (#{tableName})
 | 
			
		||||
                AND column_type <![CDATA[ <> ]]> '-'
 | 
			
		||||
        </if>
 | 
			
		||||
        <if test="@com.ruoyi.common.helper.DataBaseHelper@isSqlServer()">
 | 
			
		||||
            SELECT
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user