소스 검색

修改客户跟进列表

anderx 4 년 전
부모
커밋
69fd580d4d
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 4
      src/main/java/com/goafanti/common/mapper/UserFollowMapper.xml

+ 7 - 4
src/main/java/com/goafanti/common/mapper/UserFollowMapper.xml

@@ -290,11 +290,14 @@
 		  and b.share_type =0
 		</if>
 		<if test="userType == 2">
-		  and b.share_type =2
-		</if>
-		<if test="userType == 3">
-          and b.share_type =3
+		  and b.share_type =1
 		</if>
+      <if test="userType == 3">
+        and b.share_type =2
+      </if>
+      <if test="userType == 4">
+        and b.share_type =3
+      </if>
 		<if test="contactType != null">
 			and a.contact_type = #{contactType}
 		</if>