From 5e412f687670947a41eecdb8bf083ba541d00c5e Mon Sep 17 00:00:00 2001 From: elliott <382696293@qq.com> Date: Fri, 29 Dec 2023 10:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=B4=E5=83=8F=E7=AD=89?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/CtLeaveMessageMapper.xml | 1 + flossom-ui/src/views/system/firing/index.vue | 27 ++++++++++++++++--- .../src/views/system/leaveMessage/index.vue | 9 ++++++- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/flossom-common/flossom-common-core/src/main/resources/mapper/CtLeaveMessageMapper.xml b/flossom-common/flossom-common-core/src/main/resources/mapper/CtLeaveMessageMapper.xml index 4006782..9b4003b 100644 --- a/flossom-common/flossom-common-core/src/main/resources/mapper/CtLeaveMessageMapper.xml +++ b/flossom-common/flossom-common-core/src/main/resources/mapper/CtLeaveMessageMapper.xml @@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and user_phone = #{userPhone} and message_info = #{messageInfo} + order by create_time desc