傅行帆 5 years ago
parent
commit
21ba696b2b
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/main/resources/mapper/TaChannelMapper.xml

+ 4
- 4
src/main/resources/mapper/TaChannelMapper.xml View File

160
         FROM
160
         FROM
161
         ta_person_visit_record t
161
         ta_person_visit_record t
162
         WHERE
162
         WHERE
163
-        t.`event` in ( 'detail', 'house_list' )
163
+        t.`event` in ( 'detail', 'house_list' , 'poster')
164
         AND t.event_type IN (
164
         AND t.event_type IN (
165
         'activity',
165
         'activity',
166
         'help',
166
         'help',
216
         FROM
216
         FROM
217
         ta_person_visit_record t
217
         ta_person_visit_record t
218
         WHERE
218
         WHERE
219
-        t.`event` in ( 'detail', 'house_list' )
219
+        t.`event` in ( 'detail', 'house_list' , 'poster')
220
         AND t.event_type IN (
220
         AND t.event_type IN (
221
         'activity',
221
         'activity',
222
         'help',
222
         'help',
344
         FROM
344
         FROM
345
         ta_person_visit_record t
345
         ta_person_visit_record t
346
         WHERE
346
         WHERE
347
-        t.`event` in ( 'detail', 'house_list' )
347
+        t.`event` in ( 'detail', 'house_list', 'poster' )
348
         AND t.event_type IN (
348
         AND t.event_type IN (
349
         'activity',
349
         'activity',
350
         'help',
350
         'help',
400
         FROM
400
         FROM
401
         ta_person_visit_record t
401
         ta_person_visit_record t
402
         WHERE
402
         WHERE
403
-        t.`event` in ( 'detail', 'house_list' )
403
+        t.`event` in ( 'detail', 'house_list', 'poster' )
404
         AND t.event_type IN (
404
         AND t.event_type IN (
405
         'activity',
405
         'activity',
406
         'help',
406
         'help',