Преглед на файлове

修改参数拼接之间用换行符

Administrator преди 2 години
родител
ревизия
164b59732d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      ruoyi-system/src/main/resources/mapper/system/UserInfoMapper.xml

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/UserInfoMapper.xml

@@ -53,6 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="endTime != null  and endTime != ''"> and #{endTime} = end_time</if>
             <if test="detectionResult != null  and detectionResult != ''"> and #{detectionResult} = detection_result</if>
         </where>
+        order by create_time DESC
     </select>
     
     <select id="selectUserInfoById" parameterType="Long" resultMap="UserInfoResult">