init
This commit is contained in:
@@ -98,6 +98,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
join xq_user_status t3 on t1.id = t3.user_id
|
||||
join xq_user_login t4 on t1.id = t4.user_id
|
||||
where t1.type = 0 and t1.status = 0 and t1.finish_base_status = 1 and t3.personals_status = 1 and t1.open_vip = 1 and t3.push_vip = 1
|
||||
<if test="residenceCityCode != null and residenceCityCode != ''">
|
||||
and t1.residence_city_code = #{residenceCityCode}
|
||||
</if>
|
||||
order by t4.last_login_time desc
|
||||
</select>
|
||||
<select id="getMinUserById" resultType="com.ruoyi.xq.dto.common.user.MinUser">
|
||||
|
||||
Reference in New Issue
Block a user