Browse Source

优化代码配置排序

dev-active_learn
chenzhihang 10 months ago
parent
commit
a965920f29
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/CodeConfigDaoMapper.xml

+ 1
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/CodeConfigDaoMapper.xml View File

@@ -57,6 +57,7 @@
<select id="queryAllByLimit" resultType="com.ruoyi.platform.domain.CodeConfig">
select * from code_config
<include refid="common_condition"></include>
order by create_time desc
limit #{pageable.offset}, #{pageable.pageSize}
</select>



Loading…
Cancel
Save