sql适配大梦数据库

This commit is contained in:
cdf
2025-12-19 16:15:55 +08:00
parent 670eaf7d38
commit eeb27c519b
8 changed files with 28 additions and 31 deletions

View File

@@ -18,7 +18,7 @@
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
Id, page_name, thumbnail, remark, container_config, sort, `state`, Create_By, Create_Time,
Id, page_name, thumbnail, remark, container_config, sort, "state", Create_By, Create_Time,
Update_By, Update_Time
</sql>
@@ -31,4 +31,4 @@
${ew.sqlSegment}
</where>
</select>
</mapper>
</mapper>