From 670ffce0a2657335921c997bb17c7561b9f1eb49 Mon Sep 17 00:00:00 2001 From: yuyang Date: Wed, 2 Mar 2022 13:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml index 1033a3db..ece56885 100644 --- a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml +++ b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml @@ -212,7 +212,7 @@ select count(xau.app_user_id) userSum, (select count(DISTINCT user_id) from xhpc_charge_order where create_time >= #{time}) userVitality - from xhpc_app_user xau + from xhpc_app_user xau where 1=1 and xau.phone like concat('%', #{phone}, '%')