소스 검색

统计BUG修复

anderx 4 년 전
부모
커밋
bd97fe99c6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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