Browse Source

统计BUG修复

anderx 4 years ago
parent
commit
bd97fe99c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/AdminMapper.xml

@@ -1137,7 +1137,7 @@
 	 and a.channel=1 
     </if> 
     <if test="type == 2">
-    and a.share_type=2
+    and a.share_type=3
     </if> 
 	<if test="type == 3 or type==4">
 	and a.source=1
@@ -1185,7 +1185,7 @@
 	 and a.channel=1 
     </if> 
     <if test="type == 2">
-    and a.share_type=2
+    and a.share_type=3
     </if> 
 	<if test="type == 3 or type==4">
 	and a.source=1