@ -169,7 +169,7 @@
(t2.name LIKE CONCAT('%',#{search},'%') OR t3.phone LIKE
CONCAT('%',#{search},'%'))
</if>
group by t2.id
group by t2.id,t1.user_id
order by t2.create_time desc
</select>