胡轶钦 5 år sedan
förälder
incheckning
2456885294
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Visa fil

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