魏熙美 5 年前
父节点
当前提交
501d202f1c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 2
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml 查看文件

@@ -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}