From b3538d2b911bd8f01dea637eefea0ca5278955d4 Mon Sep 17 00:00:00 2001 From: yuyang <2265829957@qq.com> Date: Fri, 12 Nov 2021 17:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml index 5d4179ce..2c23779b 100644 --- a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml +++ b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml @@ -313,6 +313,7 @@ AND xo.create_time <= #{createTimeEnd} + group by su.operator_id ORDER BY xo.update_time DESC