Browse Source

字典类型增加按照事件倒序

master
parent
commit
102d2c7db1
  1. 1
      ruoyi-system/src/main/resources/mapper/system/SysDictTypeMapper.xml

1
ruoyi-system/src/main/resources/mapper/system/SysDictTypeMapper.xml

@ -39,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and date_format(create_time,'%Y%m%d') <= date_format(#{params.endTime},'%Y%m%d') and date_format(create_time,'%Y%m%d') <= date_format(#{params.endTime},'%Y%m%d')
</if> </if>
</where> </where>
ORDER BY create_time DESC
</select> </select>
<select id="selectDictTypeAll" resultMap="SysDictTypeResult"> <select id="selectDictTypeAll" resultMap="SysDictTypeResult">

Loading…
Cancel
Save