傅行帆 vor 5 Jahren
Ursprung
Commit
044444cbf5
1 geänderte Dateien mit 10 neuen und 2 gelöschten Zeilen
  1. 10
    2
      src/main/resources/mapper/TaChannelMapper.xml

+ 10
- 2
src/main/resources/mapper/TaChannelMapper.xml Datei anzeigen

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