|
|
@@ -148,15 +148,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
t3.add_time as addTime,
|
|
|
t4.company_name as companyName,
|
|
|
t5.nick_name as companyUserName,
|
|
|
- t6.intention as intention,
|
|
|
- t7.name as dialogName
|
|
|
+ t6.intention as intention
|
|
|
from company_voice_robotic_call_log_addwx t1
|
|
|
left join company_wx_account t2 on t1.wx_account_id = t2.id
|
|
|
left join company_wx_client t3 on t3.id = t1.wx_client_id
|
|
|
left join company t4 on t4.company_id = t1.company_id
|
|
|
left join company_user t5 on t5.user_id = t2.company_user_id
|
|
|
left join company_voice_robotic_wx t6 on t6.robotic_id = t1.robotic_id
|
|
|
- left join company_wx_dialog t7 on t7.id = t6.wx_dialog_id
|
|
|
<where>
|
|
|
t1.is_we_com = 2
|
|
|
<if test="logId != null"> and t1.log_id = #{logId}</if>
|