|
|
|
@@ -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` |
|
|
|
<include refid="dynamicVoWhereConditions1"/> |
|
|
|
<if test=" null != begin "> |
|
|
|
limit #{begin}, #{limit} |
|
|
|
<if test=" null != basicInfo.begin "> |
|
|
|
limit #{basicInfo.begin}, #{basicInfo.limit} |
|
|
|
</if> |
|
|
|
order by cu.`active_time` DESC |
|
|
|
</select> |
|
|
|
|