傅行帆 5 年 前
コミット
21ba696b2b
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4
    4
      src/main/resources/mapper/TaChannelMapper.xml

+ 4
- 4
src/main/resources/mapper/TaChannelMapper.xml ファイルの表示

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