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