|
@@ -1533,9 +1533,11 @@
|
|
|
|
|
|
|
|
<select id="selectUserClueList" resultType="com.goafanti.customer.bo.OutUserClueList">
|
|
<select id="selectUserClueList" resultType="com.goafanti.customer.bo.OutUserClueList">
|
|
|
select a.id,a.nickname ,b.contacts ,b.contact_mobile contactMobile,c.name adminName,
|
|
select a.id,a.nickname ,b.contacts ,b.contact_mobile contactMobile,c.name adminName,
|
|
|
- a.clue_process clueProcess,a.clue_time clueTime
|
|
|
|
|
|
|
+ a.clue_process clueProcess,a.clue_time clueTime,a.clue_transfer_time clueTransferTime,
|
|
|
|
|
+ d.name clueAdminName
|
|
|
from `user` a left join organization_identity b on a.id =b.uid
|
|
from `user` a left join organization_identity b on a.id =b.uid
|
|
|
left join admin c on a.aid=c.id
|
|
left join admin c on a.aid=c.id
|
|
|
|
|
+ left join admin d on a.clue_aid=d.id
|
|
|
where a.clue_status =1
|
|
where a.clue_status =1
|
|
|
<include refid="selectUserClueListSql"/>
|
|
<include refid="selectUserClueListSql"/>
|
|
|
<if test="page_sql !=null">
|
|
<if test="page_sql !=null">
|