From f8fc5589a117a1234b6867a3a3411569bb2b38ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=9F=E5=B7=9D=E4=B8=9C?= Date: Tue, 27 May 2025 16:18:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=80=90=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E9=87=8D=E5=A4=8D=E5=BC=82=E5=B8=B8=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=98=BE=E7=A4=BA=E5=87=BA=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E6=8F=90=E4=BA=A4=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/services/OrderAbnormalService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/services/OrderAbnormalService.php b/application/services/OrderAbnormalService.php index 77772a8..933dc5f 100644 --- a/application/services/OrderAbnormalService.php +++ b/application/services/OrderAbnormalService.php @@ -52,6 +52,7 @@ class OrderAbnormalService extends BaseService 'detail', 'create_time', ]) + ->order('id', 'desc') ->find(); } }