张延森 5 лет назад
Родитель
Сommit
eff2fabeed
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/main/resources/mapper/TsConsultantKpiMapper.xml

+ 1
- 1
src/main/resources/mapper/TsConsultantKpiMapper.xml Просмотреть файл

161
         AND (
161
         AND (
162
             e.target_type IN ( 'building_share', 'dynamic_share', 'group_share', 'h5_share', 'help_share', 'house_share', 'live_share', 'news_share', 'poster' )
162
             e.target_type IN ( 'building_share', 'dynamic_share', 'group_share', 'h5_share', 'help_share', 'house_share', 'live_share', 'news_share', 'poster' )
163
             or ( e.target_type = 'share' and e.target_id = 'index' )
163
             or ( e.target_type = 'share' and e.target_id = 'index' )
164
-        )m
164
+        )
165
         AND e.create_date BETWEEN #{startDate} and #{endDate}
165
         AND e.create_date BETWEEN #{startDate} and #{endDate}
166
         <!-- building_id 字段数据不全
166
         <!-- building_id 字段数据不全
167
         <if test="buildingId != null and buildingId !=''">
167
         <if test="buildingId != null and buildingId !=''">