dcs 1 년 전
부모
커밋
40f74f1e34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      virgo.core/src/main/resources/mapper/MgrAgentMapper.xml

+ 1 - 1
virgo.core/src/main/resources/mapper/MgrAgentMapper.xml

@@ -36,7 +36,7 @@
         WHERE id=#{id}
     </update>
 
-    <select id="get" resultMap="clientResult">
+    <select id="get" resultMap="agentResult">
         SELECT * FROM mgr_agent where id = #{id}
     </select>