From c92e3e0ec6c563bd528f34345897e12214f96e75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A7=A6=E9=B8=BF=E5=B1=95?= <18031053041@163.com>
Date: Sat, 28 Feb 2026 16:20:16 +0800
Subject: [PATCH] =?UTF-8?q?BMS=E7=BB=93=E7=AE=97=E5=AF=B9=E8=B1=A1?=
=?UTF-8?q?=E6=8C=89=E7=85=A7=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=80=92?=
=?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=BA=8F=E6=96=B0=E5=88=9B=E5=BB=BA=E7=9A=84?=
=?UTF-8?q?=E5=9C=A8=E5=89=8D=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mhd_bms/src/main/resources/mapper/SettlementCustomersMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mhd_bms/src/main/resources/mapper/SettlementCustomersMapper.xml b/mhd_bms/src/main/resources/mapper/SettlementCustomersMapper.xml
index 187e13779..88197191b 100644
--- a/mhd_bms/src/main/resources/mapper/SettlementCustomersMapper.xml
+++ b/mhd_bms/src/main/resources/mapper/SettlementCustomersMapper.xml
@@ -94,7 +94,7 @@
from settlement_customers
where del_flag = 1
- ORDER BY create_time DESC
+ ORDER BY create_time IS NULL, create_time DESC