소스 검색

退款申请列表排序

skyline 2 년 전
부모
커밋
83b2c6444a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml

+ 1 - 0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml

@@ -93,6 +93,7 @@
                 and t1.id = #{params.id}
             </if>
         </where>
+        order by t1.id desc
     </select>
 
 </mapper>