From e3bcb57d5d2f39919f23c04bb82005baa69e604b Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 29 Nov 2021 10:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=81=94=E7=9B=9F=E5=92=8C?= =?UTF-8?q?=E5=9B=A2=E9=98=9F=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/volunteer/VolunteerTeamDao.xml | 2 +- .../src/main/resources/mapper/volunteer/VolunteerUnionDao.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml index 21edc88d..ee0c28fa 100644 --- a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml +++ b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml @@ -31,7 +31,7 @@ and t.CONTACTS like '%${contacts}%' - order by CREATED_TIME desc + order by t.sort asc