傅行帆 5 years ago
parent
commit
044444cbf5
1 changed files with 10 additions and 2 deletions
  1. 10
    2
      src/main/resources/mapper/TaChannelMapper.xml

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

304
         'activity',
304
         'activity',
305
         'help',
305
         'help',
306
         'group',
306
         'group',
307
-        'h5'
307
+        'h5',
308
+        'news',
309
+        'project',
310
+        'live',
311
+        'salesBatch'
308
         )
312
         )
309
         <if test="targetId != null and targetId != ''">
313
         <if test="targetId != null and targetId != ''">
310
             and t.target_id = #{targetId}
314
             and t.target_id = #{targetId}
357
         'activity',
361
         'activity',
358
         'help',
362
         'help',
359
         'group',
363
         'group',
360
-        'h5'
364
+        'h5',
365
+        'news',
366
+        'project',
367
+        'live',
368
+        'salesBatch'
361
         )
369
         )
362
         AND t.org_id = #{orgId}
370
         AND t.org_id = #{orgId}
363
         <!--        AND t.visit_time >= DATE_FORMAT(#{startDate}, '%Y-%m-%d')-->
371
         <!--        AND t.visit_time >= DATE_FORMAT(#{startDate}, '%Y-%m-%d')-->