张延森 5 gadus atpakaļ
vecāks
revīzija
eff2fabeed
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/main/resources/mapper/TsConsultantKpiMapper.xml

+ 1
- 1
src/main/resources/mapper/TsConsultantKpiMapper.xml Parādīt failu

@@ -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 !=''">