Pre Merge pull request !300 from anzhi/dev

This commit is contained in:
anzhi 2023-03-08 12:55:09 +00:00 committed by Gitee
commit 454c7c520b
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
) temp
WHERE table_name = (#{tableName})
AND column_type <![CDATA[ <> ]]> '-'
</if>
<if test="@com.ruoyi.common.helper.DataBaseHelper@isSqlServer()">
SELECT