From 94c4bd530868c89ff450ee374e03cee8bec85e56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com>
Date: Thu, 2 Jan 2020 14:33:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=91=98=E8=AE=A4=E8=AF=81=E5=A4=B1?=
=?UTF-8?q?=E8=B4=A5=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=88=9B=E5=BB=BA=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E5=80=92=E5=8F=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/PartyAuthenticationFailedDao.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyAuthenticationFailedDao.xml b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyAuthenticationFailedDao.xml
index 59d64b9fe..3655396bf 100644
--- a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyAuthenticationFailedDao.xml
+++ b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyAuthenticationFailedDao.xml
@@ -51,6 +51,8 @@
and epaf.IDENTITY_NO = #{identityNo}
and epaf.real_name = #{realName}
and epaf.mobile = #{mobile}
+ ORDER BY
+ epaf.CREATED_TIME desc