fuxingfan 3 anos atrás
pai
commit
531007bf80

+ 0
- 2
src/main/resources/mapper/xlk/PcStatisticsMapper.xml Ver arquivo

@@ -159,8 +159,6 @@
159 159
             b.STATUS > 3
160 160
         AND b.org_id = 1
161 161
         AND b.verify_status = 1
162
-        AND b.realty_consultant IS NOT NULL
163
-        AND b.realty_consultant != ''
164 162
         AND b.building_id IS NOT NULL
165 163
         <if test="params.cityId != null">
166 164
             and d.city_id = #{params.cityId}