From 4d6c02bdb852b1398cac3f4694595adf83fd4abb Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 24 Aug 2020 16:06:40 +0800 Subject: [PATCH] sql --- .../src/main/resources/mapper/WxCUserBasicInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml index 30ed91208..3c64a7814 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml @@ -811,8 +811,8 @@ left join wx_c_user c on c.user_id = cu.id left join wx_c_user_tags cut on cut.`id` = cu.`tag_id` - - limit #{begin}, #{limit} + + limit #{basicInfo.begin}, #{basicInfo.limit} order by cu.`active_time` DESC