From 6bfb80660dad53b05de3b519726d68cc8c28350b Mon Sep 17 00:00:00 2001 From: shuliYao <1397940314@qq.com> Date: Sat, 23 Mar 2024 15:16:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF=E6=97=B6=E9=97=B4=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=20=E9=BB=98=E8=AE=A4=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/oa/OcrMsgMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrMsgMapper.xml b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrMsgMapper.xml index 091a553c..04653c51 100644 --- a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrMsgMapper.xml +++ b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrMsgMapper.xml @@ -45,6 +45,7 @@ AND m.receive_user_type IN(1,2) AND m.send_status = '1' AND FIND_IN_SET( '${userid}', m.receive_user_ids ) + order by create_time desc; @@ -63,6 +64,7 @@ m.receive_user_type IN(1,2) AND m.send_status = '1' AND FIND_IN_SET( '${userid}', m.receive_user_ids ) + order by create_time desc;