胡轶钦 il y a 5 ans
Parent
révision
2456885294
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Voir le fichier

@@ -164,6 +164,7 @@ FROM
164 164
             a.status > 0
165 165
             and a.verify_status = 1
166 166
             and a.realty_consultant is not null
167
+            and a.realty_consultant != ''
167 168
             <if test="orgId != null">
168 169
                 and a.org_id = #{orgId}
169 170
             </if>