|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
|
|
<mapper namespace="au.com.royalpay.payment.manage.mappers.log.ClearingDetailMapper">
|
|
|
|
|
<update id="updateAllBanks">
|
|
|
|
|
update log_clearing_detail set settle_bank=#{bank} where clearing_id=#{clearing_id}
|
|
|
|
|
update log_clearing_detail set settle_bank=#{settle_bank} where clearing_id=#{clearing_id}
|
|
|
|
|
</update>
|
|
|
|
|
<select id="listReports" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|
|
<![CDATA[
|
|
|
|
|