|
|
@@ -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 != ''">
|