Browse Source

退款申请列表排序

skyline 2 năm trước cách đây
mục cha
commit
83b2c6444a

+ 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>