胡轶钦 5 年前
父节点
当前提交
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>