lihao16 1 년 전
부모
커밋
6817bcad01
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      inspur-party/src/main/resources/mapper/PartyMeetingImageMapper.xml

+ 1 - 0
inspur-party/src/main/resources/mapper/PartyMeetingImageMapper.xml

@@ -21,6 +21,7 @@
             <if test="picPath != null  and picPath != ''"> and pic_path = #{picPath}</if>
             <if test="meetingId != null "> and meeting_id = #{meetingId}</if>
         </where>
+        order by create_time desc
     </select>
 
     <select id="selectPartyMeetingImageById" parameterType="Long" resultMap="PartyMeetingImageResult">