张延森 5 years ago
parent
commit
eff2fabeed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TsConsultantKpiMapper.xml

+ 1
- 1
src/main/resources/mapper/TsConsultantKpiMapper.xml View File

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