lyhzzz hai 8 meses
pai
achega
ebb64fd9f7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/resources/mapper/agent/AgentNewLogMapper.xml

+ 2 - 2
src/main/resources/mapper/agent/AgentNewLogMapper.xml

@@ -23,8 +23,8 @@
     </select>
 
     <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
         where l.agent_id in
         <foreach collection="param.agentIds" item="agentId" open="(" separator="," close=")">