|
@@ -294,7 +294,7 @@
|
|
|
a.society_tag societyTag ,a.province,a.city from user_channel a
|
|
a.society_tag societyTag ,a.province,a.city from user_channel a
|
|
|
left join user b on a.uid=b.id
|
|
left join user b on a.uid=b.id
|
|
|
where 1=1
|
|
where 1=1
|
|
|
- and a.status in (3,4,5,9,10,11,12,13)
|
|
|
|
|
|
|
+ and a.status in (3,4,5,9,10,11,12,13,14)
|
|
|
<if test="aid !=null">
|
|
<if test="aid !=null">
|
|
|
and a.aid= #{aid}
|
|
and a.aid= #{aid}
|
|
|
</if>
|
|
</if>
|
|
@@ -309,7 +309,7 @@
|
|
|
left join user b on a.uid=b.id left join organization_identity c on a.uid =c.uid
|
|
left join user b on a.uid=b.id left join organization_identity c on a.uid =c.uid
|
|
|
left join district_glossory d1 on c.location_province =d1.id
|
|
left join district_glossory d1 on c.location_province =d1.id
|
|
|
left join district_glossory d2 on c.location_city =d2.id
|
|
left join district_glossory d2 on c.location_city =d2.id
|
|
|
- where 1=1 and a.status in (3,4,5,9,10,11,12,13)
|
|
|
|
|
|
|
+ where 1=1 and a.status in (3,4,5,9,10,11,12,13,14)
|
|
|
<if test="aid !=null">
|
|
<if test="aid !=null">
|
|
|
and a.aid= #{aid}
|
|
and a.aid= #{aid}
|
|
|
</if>
|
|
</if>
|