Browse Source

客户管理系统

wanghui 8 years ago
parent
commit
efbb943f19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -326,7 +326,7 @@
 		left join organization_contact_book c on a.ocb_id = c.id
 		left join admin d on a.aid = d.id
 		<if test="businessGlossoryId != null and businessGlossoryId != ''"><!--  客户甲项目A所有的跟进记录 -->
-			right join user_follow_business e on a.id = e.follow_id
+			inner join user_follow_business e on a.id = e.follow_id
 		</if>
 		where a.effective = 0
 		<if test="uid != null and uid != ''">
@@ -350,7 +350,7 @@
 		left join organization_contact_book c on a.ocb_id = c.id
 		left join admin d on a.aid = d.id
 		<if test="businessGlossoryId != null and businessGlossoryId != ''"><!--  客户甲项目A所有的跟进记录 -->
-			right join user_follow_business e on a.id = e.follow_id
+			inner join user_follow_business e on a.id = e.follow_id
 		</if>
 		where a.effective = 0
 		<if test="uid != null and uid != ''">