胡轶钦 5 лет назад
Родитель
Сommit
2456885294
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Просмотреть файл

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