dcs 1 vuosi sitten
vanhempi
commit
40f74f1e34
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>