|
|
@@ -980,7 +980,7 @@
|
|
|
<if test="type == 1">
|
|
|
and a.share_type = 3
|
|
|
</if>
|
|
|
- <if test="type ==0 or type==3 or type==5 or type==7">
|
|
|
+ <if test="type ==0 or type==3 or type==5 or type==7 or type ==8">
|
|
|
and a.channel=0
|
|
|
</if>
|
|
|
<if test="type == 1 or type==4 or type==6">
|
|
|
@@ -989,6 +989,7 @@
|
|
|
<if test="type == 2">
|
|
|
and a.share_type=2
|
|
|
</if>
|
|
|
+
|
|
|
<if test="type == 3 or type==4">
|
|
|
and a.source=1
|
|
|
and a.share_type = 0
|
|
|
@@ -997,6 +998,10 @@
|
|
|
and a.share_type = 0
|
|
|
and a.source=2
|
|
|
</if>
|
|
|
+ <if test="type == 8">
|
|
|
+ and a.share_type = 0
|
|
|
+ and a.source=3
|
|
|
+ </if>
|
|
|
<if test="type!=5 and type!=6">
|
|
|
<if test="startTime != null and endTime != null">
|
|
|
and a.transfer_time between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|