魏熙美 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}