瀏覽代碼

客户管理系统

wanghui 8 年之前
父節點
當前提交
efbb943f19
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 != ''">