@@ -907,6 +907,7 @@
'bd',
'bdManager'
)
+ and t3.status = 0
group by t3.user_id) t
where t.userId is not null
order by t.create_time desc
@@ -2137,6 +2138,7 @@
'courtship',
'courtshipManager'
group by t3.user_id
order by t3.create_time asc
</select>