胡轶钦 5 lat temu
rodzic
commit
2456885294

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Wyświetl plik

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