lyhzzz 8 달 전
부모
커밋
8bb73a2b5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/agent/AgentNewLogMapper.xml

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

@@ -23,7 +23,7 @@
     </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.name as agentName from t_agent_new_log l
+        select  l.*,u.nick_name,u.user_name,u.email,u.create_time as userCreateTime ,a.agent_name  from t_agent_new_log l
             left join  t_agent a on l.agent_id = a.id
             left join  t_user u on l.user_id = u.id
         where l.agent_id in