|
@@ -519,6 +519,7 @@ FROM
|
519
|
519
|
LEFT JOIN ta_person c on a.recommend_person = c.person_id
|
520
|
520
|
<where>
|
521
|
521
|
a.status > 0
|
|
522
|
+ and a.verify_status = 1
|
522
|
523
|
and realty_consultant is not null
|
523
|
524
|
<if test="orgId != null">
|
524
|
525
|
and a.org_id = #{orgId}
|
|
@@ -568,6 +569,7 @@ FROM
|
568
|
569
|
LEFT JOIN ta_person c on a.recommend_person = c.person_id
|
569
|
570
|
<where>
|
570
|
571
|
a.status > 0
|
|
572
|
+ and a.verify_status = 1
|
571
|
573
|
and realty_consultant is not null
|
572
|
574
|
<if test="orgId != null">
|
573
|
575
|
and a.org_id = #{orgId}
|