瀏覽代碼

退款申请列表排序

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>