修改首页 累计总数与好友列表的总数对不上问题。

master
kevin jiang 6 years ago
parent fb86e51ac9
commit 37f44979c8

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

Loading…
Cancel
Save