傅行帆 5 år sedan
förälder
incheckning
b358a948ef
1 ändrade filer med 10 tillägg och 2 borttagningar
  1. 10
    2
      src/main/resources/mapper/TaChannelMapper.xml

+ 10
- 2
src/main/resources/mapper/TaChannelMapper.xml Visa fil

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