|
@@ -23,8 +23,8 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="pageUnList" resultType="com.fdkankan.agent.response.LogListVo">
|
|
<select id="pageUnList" resultType="com.fdkankan.agent.response.LogListVo">
|
|
- select l.*,u.nick_name,u.user_name,u.email,u.create_time as userCreateTime ,a.agent_name as agentName from t_agent_new_log l
|
|
|
|
- left join t_agent a on l.agent_id = a.id
|
|
|
|
|
|
+ select l.*,u.nick_name,u.user_name,u.email,u.create_time as userCreateTime ,a.name as agentName from t_agent_new_log l
|
|
|
|
+ left join t_agent_new a on l.agent_id = a.id
|
|
left join t_user u on l.user_id = u.id
|
|
left join t_user u on l.user_id = u.id
|
|
where l.agent_id in
|
|
where l.agent_id in
|
|
<foreach collection="param.agentIds" item="agentId" open="(" separator="," close=")">
|
|
<foreach collection="param.agentIds" item="agentId" open="(" separator="," close=")">
|