Browse Source

退款申请列表排序

skyline 2 years ago
parent
commit
83b2c6444a
1 changed files with 1 additions and 0 deletions
  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>