فهرست منبع

处理ResultMap写java.lang.Double的错误

chenw 7 سال پیش
والد
کامیت
93febfccf9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/document/document-server/src/main/resources/mapper/BankinformationMapper.xml

+ 1 - 1
applications/document/document-server/src/main/resources/mapper/BankinformationMapper.xml

@@ -298,7 +298,7 @@
     where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
     where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
   </update>
   </update>
 
 
-  <select id="selectThisamount" resultMap="java.lang.Double" parameterType="com.usoftchina.saas.document.entities.Bankinformation">
+  <select id="selectThisamount" resultType="java.lang.Double" parameterType="com.usoftchina.saas.document.entities.Bankinformation">
    select bk_thisamount from bankinformation
    select bk_thisamount from bankinformation
     where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
     where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
   </select>
   </select>