Selaa lähdekoodia

统计BUG修复

anderx 4 vuotta sitten
vanhempi
commit
bd97fe99c6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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