傅行帆 5 yıl önce
ebeveyn
işleme
b358a948ef
1 değiştirilmiş dosya ile 10 ekleme ve 2 silme
  1. 10
    2
      src/main/resources/mapper/TaChannelMapper.xml

+ 10
- 2
src/main/resources/mapper/TaChannelMapper.xml Dosyayı Görüntüle

@@ -140,7 +140,11 @@
140 140
         'activity',
141 141
         'help',
142 142
         'group',
143
-        'h5'
143
+        'h5',
144
+        'news',
145
+        'project',
146
+        'live',
147
+        'salesBatch'
144 148
         )
145 149
         <if test="targetId != null and targetId != ''">
146 150
             and t.target_id = #{targetId}
@@ -193,7 +197,11 @@
193 197
         'activity',
194 198
         'help',
195 199
         'group',
196
-        'h5'
200
+        'h5',
201
+        'news',
202
+        'project',
203
+        'live',
204
+        'salesBatch'
197 205
         )
198 206
         AND t.org_id = #{orgId}
199 207
 <!--        AND t.visit_time >= DATE_FORMAT(#{startDate}, '%Y-%m-%d')-->