张延森 5 年之前
父節點
當前提交
eff2fabeed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TsConsultantKpiMapper.xml

+ 1
- 1
src/main/resources/mapper/TsConsultantKpiMapper.xml 查看文件

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