dcs hace 1 año
padre
commit
40f74f1e34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>