|
|
@@ -298,7 +298,7 @@
|
|
|
where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
|
|
|
</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
|
|
|
where bk_bankcode = #{bankcode,jdbcType=VARCHAR}
|
|
|
</select>
|