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

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

@@ -69,7 +69,7 @@ WHERE
     </select>
     <select id="selectXiaoyuanNoticeMyList" resultMap="XiaoyuanNoticeResult">
         <include refid="selectXiaoyuanNoticeVo"/>
-        where sender_id = #{senderId}
+        where sender_id = #{senderId} order by create_time DESC
     </select>
 
     <insert id="insertXiaoyuanNotice" parameterType="XiaoyuanNotice" useGeneratedKeys="true" keyProperty="noticeId">