fuxingfan 3 years ago
parent
commit
531007bf80
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/main/resources/mapper/xlk/PcStatisticsMapper.xml

+ 0
- 2
src/main/resources/mapper/xlk/PcStatisticsMapper.xml View File

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