|
@@ -0,0 +1,293 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
+<!DOCTYPE mapper
|
|
|
+PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
+"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
+<mapper namespace="com.ruoyi.mast.bank.mapper.BankDepositdescrMapper">
|
|
|
+
|
|
|
+ <resultMap type="BankDepositdescr" id="BankDepositdescrResult">
|
|
|
+ <result property="depositdescid" column="depositdescid" />
|
|
|
+ <result property="ppid" column="ppid" />
|
|
|
+ <result property="trnuid" column="trnuid" />
|
|
|
+ <result property="rqbody" column="rqbody" />
|
|
|
+ <result property="sgtid" column="sgtid" />
|
|
|
+ <result property="sgtno" column="sgtno" />
|
|
|
+ <result property="prjno" column="prjno" />
|
|
|
+ <result property="pltfmcstno" column="pltfmcstno" />
|
|
|
+ <result property="entpnm" column="entpnm" />
|
|
|
+ <result property="pgno" column="pgno" />
|
|
|
+ <result property="version" column="version" />
|
|
|
+ <result property="rtnTrnuid" column="rtn_trnuid" />
|
|
|
+ <result property="rtnStatus" column="rtn_status" />
|
|
|
+ <result property="rtnCode" column="rtn_code" />
|
|
|
+ <result property="rtnSeverity" column="rtn_severity" />
|
|
|
+ <result property="rtnMessage" column="rtn_message" />
|
|
|
+ <result property="rtnRsbody" column="rtn_rsbody" />
|
|
|
+ <result property="rtnRcrdtotnum" column="rtn_rcrdtotnum" />
|
|
|
+ <result property="rtnCrnpgno" column="rtn_crnpgno" />
|
|
|
+ <result property="rtnPgrcrdnum" column="rtn_pgrcrdnum" />
|
|
|
+ <result property="rtnTotpgnum" column="rtn_totpgnum" />
|
|
|
+ <result property="rtnContent" column="rtn_content" />
|
|
|
+ <result property="rtnLescstno" column="rtn_lescstno" />
|
|
|
+ <result property="rtnTdrno" column="rtn_tdrno" />
|
|
|
+ <result property="rtnCstno" column="rtn_cstno" />
|
|
|
+ <result property="rtnPrjno" column="rtn_prjno" />
|
|
|
+ <result property="rtnPrjnm" column="rtn_prjnm" />
|
|
|
+ <result property="rtnSgtno" column="rtn_sgtno" />
|
|
|
+ <result property="rtnSgtnm" column="rtn_sgtnm" />
|
|
|
+ <result property="rtnSgtst" column="rtn_sgtst" />
|
|
|
+ <result property="rtnMrgnst" column="rtn_mrgnst" />
|
|
|
+ <result property="rtnTdracctno" column="rtn_tdracctno" />
|
|
|
+ <result property="rtnTdracctnoccycd" column="rtn_tdracctnoccycd" />
|
|
|
+ <result property="rtnTdracctnm" column="rtn_tdracctnm" />
|
|
|
+ <result property="rtnTdracctnobnkno" column="rtn_tdracctnobnkno" />
|
|
|
+ <result property="rtnTdracctnobnknm" column="rtn_tdracctnobnknm" />
|
|
|
+ <result property="rtnTdrnum" column="rtn_tdrnum" />
|
|
|
+ <result property="rtnMrgnamt" column="rtn_mrgnamt" />
|
|
|
+ <result property="rtnTdramt" column="rtn_tdramt" />
|
|
|
+ <result property="rtnAgncsvcfee" column="rtn_agncsvcfee" />
|
|
|
+ <result property="rtnFrzamt" column="rtn_frzamt" />
|
|
|
+ <result property="rtnFineamt" column="rtn_fineamt" />
|
|
|
+ <result property="rtnTdrdt" column="rtn_tdrdt" />
|
|
|
+ <result property="rtnTdrtm" column="rtn_tdrtm" />
|
|
|
+ <result property="rtnDuetp" column="rtn_duetp" />
|
|
|
+ <result property="rtnMbrshpno" column="rtn_mbrshpno" />
|
|
|
+ <result property="rtnSvcfee" column="rtn_svcfee" />
|
|
|
+ <result property="rtnRemark" column="rtn_remark" />
|
|
|
+ <result property="reason" column="reason" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+ <sql id="selectBankDepositdescrVo">
|
|
|
+ select depositdescid, ppid, trnuid, rqbody, sgtid, sgtno, prjno, pltfmcstno, entpnm, pgno, version, rtn_trnuid, rtn_status, rtn_code, rtn_severity, rtn_message, rtn_rsbody, rtn_rcrdtotnum, rtn_crnpgno, rtn_pgrcrdnum, rtn_totpgnum, rtn_content, rtn_lescstno, rtn_tdrno, rtn_cstno, rtn_prjno, rtn_prjnm, rtn_sgtno, rtn_sgtnm, rtn_sgtst, rtn_mrgnst, rtn_tdracctno, rtn_tdracctnoccycd, rtn_tdracctnm, rtn_tdracctnobnkno, rtn_tdracctnobnknm, rtn_tdrnum, rtn_mrgnamt, rtn_tdramt, rtn_agncsvcfee, rtn_frzamt, rtn_fineamt, rtn_tdrdt, rtn_tdrtm, rtn_duetp, rtn_mbrshpno, rtn_svcfee, rtn_remark, reason from bank_depositdescr
|
|
|
+ </sql>
|
|
|
+
|
|
|
+ <select id="selectBankDepositdescrList" parameterType="BankDepositdescr" resultMap="BankDepositdescrResult">
|
|
|
+ <include refid="selectBankDepositdescrVo"/>
|
|
|
+ <where>
|
|
|
+ <if test="ppid != null "> and ppid = #{ppid}</if>
|
|
|
+ <if test="trnuid != null and trnuid != ''"> and trnuid = #{trnuid}</if>
|
|
|
+ <if test="rqbody != null and rqbody != ''"> and rqbody = #{rqbody}</if>
|
|
|
+ <if test="sgtid != null and sgtid != ''"> and sgtid = #{sgtid}</if>
|
|
|
+ <if test="sgtno != null and sgtno != ''"> and sgtno = #{sgtno}</if>
|
|
|
+ <if test="prjno != null and prjno != ''"> and prjno = #{prjno}</if>
|
|
|
+ <if test="pltfmcstno != null and pltfmcstno != ''"> and pltfmcstno = #{pltfmcstno}</if>
|
|
|
+ <if test="entpnm != null and entpnm != ''"> and entpnm = #{entpnm}</if>
|
|
|
+ <if test="pgno != null and pgno != ''"> and pgno = #{pgno}</if>
|
|
|
+ <if test="version != null and version != ''"> and version = #{version}</if>
|
|
|
+ <if test="rtnTrnuid != null and rtnTrnuid != ''"> and rtn_trnuid = #{rtnTrnuid}</if>
|
|
|
+ <if test="rtnStatus != null and rtnStatus != ''"> and rtn_status = #{rtnStatus}</if>
|
|
|
+ <if test="rtnCode != null and rtnCode != ''"> and rtn_code = #{rtnCode}</if>
|
|
|
+ <if test="rtnSeverity != null and rtnSeverity != ''"> and rtn_severity = #{rtnSeverity}</if>
|
|
|
+ <if test="rtnMessage != null and rtnMessage != ''"> and rtn_message = #{rtnMessage}</if>
|
|
|
+ <if test="rtnRsbody != null and rtnRsbody != ''"> and rtn_rsbody = #{rtnRsbody}</if>
|
|
|
+ <if test="rtnRcrdtotnum != null and rtnRcrdtotnum != ''"> and rtn_rcrdtotnum = #{rtnRcrdtotnum}</if>
|
|
|
+ <if test="rtnCrnpgno != null and rtnCrnpgno != ''"> and rtn_crnpgno = #{rtnCrnpgno}</if>
|
|
|
+ <if test="rtnPgrcrdnum != null and rtnPgrcrdnum != ''"> and rtn_pgrcrdnum = #{rtnPgrcrdnum}</if>
|
|
|
+ <if test="rtnTotpgnum != null and rtnTotpgnum != ''"> and rtn_totpgnum = #{rtnTotpgnum}</if>
|
|
|
+ <if test="rtnContent != null and rtnContent != ''"> and rtn_content = #{rtnContent}</if>
|
|
|
+ <if test="rtnLescstno != null and rtnLescstno != ''"> and rtn_lescstno = #{rtnLescstno}</if>
|
|
|
+ <if test="rtnTdrno != null and rtnTdrno != ''"> and rtn_tdrno = #{rtnTdrno}</if>
|
|
|
+ <if test="rtnCstno != null and rtnCstno != ''"> and rtn_cstno = #{rtnCstno}</if>
|
|
|
+ <if test="rtnPrjno != null and rtnPrjno != ''"> and rtn_prjno = #{rtnPrjno}</if>
|
|
|
+ <if test="rtnPrjnm != null and rtnPrjnm != ''"> and rtn_prjnm = #{rtnPrjnm}</if>
|
|
|
+ <if test="rtnSgtno != null and rtnSgtno != ''"> and rtn_sgtno = #{rtnSgtno}</if>
|
|
|
+ <if test="rtnSgtnm != null and rtnSgtnm != ''"> and rtn_sgtnm = #{rtnSgtnm}</if>
|
|
|
+ <if test="rtnSgtst != null and rtnSgtst != ''"> and rtn_sgtst = #{rtnSgtst}</if>
|
|
|
+ <if test="rtnMrgnst != null and rtnMrgnst != ''"> and rtn_mrgnst = #{rtnMrgnst}</if>
|
|
|
+ <if test="rtnTdracctno != null and rtnTdracctno != ''"> and rtn_tdracctno = #{rtnTdracctno}</if>
|
|
|
+ <if test="rtnTdracctnoccycd != null and rtnTdracctnoccycd != ''"> and rtn_tdracctnoccycd = #{rtnTdracctnoccycd}</if>
|
|
|
+ <if test="rtnTdracctnm != null and rtnTdracctnm != ''"> and rtn_tdracctnm = #{rtnTdracctnm}</if>
|
|
|
+ <if test="rtnTdracctnobnkno != null and rtnTdracctnobnkno != ''"> and rtn_tdracctnobnkno = #{rtnTdracctnobnkno}</if>
|
|
|
+ <if test="rtnTdracctnobnknm != null and rtnTdracctnobnknm != ''"> and rtn_tdracctnobnknm = #{rtnTdracctnobnknm}</if>
|
|
|
+ <if test="rtnTdrnum != null and rtnTdrnum != ''"> and rtn_tdrnum = #{rtnTdrnum}</if>
|
|
|
+ <if test="rtnMrgnamt != null "> and rtn_mrgnamt = #{rtnMrgnamt}</if>
|
|
|
+ <if test="rtnTdramt != null "> and rtn_tdramt = #{rtnTdramt}</if>
|
|
|
+ <if test="rtnAgncsvcfee != null "> and rtn_agncsvcfee = #{rtnAgncsvcfee}</if>
|
|
|
+ <if test="rtnFrzamt != null "> and rtn_frzamt = #{rtnFrzamt}</if>
|
|
|
+ <if test="rtnFineamt != null "> and rtn_fineamt = #{rtnFineamt}</if>
|
|
|
+ <if test="rtnTdrdt != null and rtnTdrdt != ''"> and rtn_tdrdt = #{rtnTdrdt}</if>
|
|
|
+ <if test="rtnTdrtm != null and rtnTdrtm != ''"> and rtn_tdrtm = #{rtnTdrtm}</if>
|
|
|
+ <if test="rtnDuetp != null and rtnDuetp != ''"> and rtn_duetp = #{rtnDuetp}</if>
|
|
|
+ <if test="rtnMbrshpno != null and rtnMbrshpno != ''"> and rtn_mbrshpno = #{rtnMbrshpno}</if>
|
|
|
+ <if test="rtnSvcfee != null "> and rtn_svcfee = #{rtnSvcfee}</if>
|
|
|
+ <if test="rtnRemark != null and rtnRemark != ''"> and rtn_remark = #{rtnRemark}</if>
|
|
|
+ <if test="reason != null and reason != ''"> and reason = #{reason}</if>
|
|
|
+ </where>
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="selectBankDepositdescrByDepositdescid" parameterType="String" resultMap="BankDepositdescrResult">
|
|
|
+ <include refid="selectBankDepositdescrVo"/>
|
|
|
+ where depositdescid = #{depositdescid}
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <insert id="insertBankDepositdescr" parameterType="BankDepositdescr">
|
|
|
+ insert into bank_depositdescr
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="depositdescid != null">depositdescid,</if>
|
|
|
+ <if test="ppid != null">ppid,</if>
|
|
|
+ <if test="trnuid != null and trnuid != ''">trnuid,</if>
|
|
|
+ <if test="rqbody != null">rqbody,</if>
|
|
|
+ <if test="sgtid != null">sgtid,</if>
|
|
|
+ <if test="sgtno != null">sgtno,</if>
|
|
|
+ <if test="prjno != null">prjno,</if>
|
|
|
+ <if test="pltfmcstno != null">pltfmcstno,</if>
|
|
|
+ <if test="entpnm != null">entpnm,</if>
|
|
|
+ <if test="pgno != null">pgno,</if>
|
|
|
+ <if test="version != null">version,</if>
|
|
|
+ <if test="rtnTrnuid != null">rtn_trnuid,</if>
|
|
|
+ <if test="rtnStatus != null">rtn_status,</if>
|
|
|
+ <if test="rtnCode != null">rtn_code,</if>
|
|
|
+ <if test="rtnSeverity != null">rtn_severity,</if>
|
|
|
+ <if test="rtnMessage != null">rtn_message,</if>
|
|
|
+ <if test="rtnRsbody != null">rtn_rsbody,</if>
|
|
|
+ <if test="rtnRcrdtotnum != null">rtn_rcrdtotnum,</if>
|
|
|
+ <if test="rtnCrnpgno != null">rtn_crnpgno,</if>
|
|
|
+ <if test="rtnPgrcrdnum != null">rtn_pgrcrdnum,</if>
|
|
|
+ <if test="rtnTotpgnum != null">rtn_totpgnum,</if>
|
|
|
+ <if test="rtnContent != null">rtn_content,</if>
|
|
|
+ <if test="rtnLescstno != null">rtn_lescstno,</if>
|
|
|
+ <if test="rtnTdrno != null">rtn_tdrno,</if>
|
|
|
+ <if test="rtnCstno != null">rtn_cstno,</if>
|
|
|
+ <if test="rtnPrjno != null">rtn_prjno,</if>
|
|
|
+ <if test="rtnPrjnm != null">rtn_prjnm,</if>
|
|
|
+ <if test="rtnSgtno != null">rtn_sgtno,</if>
|
|
|
+ <if test="rtnSgtnm != null">rtn_sgtnm,</if>
|
|
|
+ <if test="rtnSgtst != null">rtn_sgtst,</if>
|
|
|
+ <if test="rtnMrgnst != null">rtn_mrgnst,</if>
|
|
|
+ <if test="rtnTdracctno != null">rtn_tdracctno,</if>
|
|
|
+ <if test="rtnTdracctnoccycd != null">rtn_tdracctnoccycd,</if>
|
|
|
+ <if test="rtnTdracctnm != null">rtn_tdracctnm,</if>
|
|
|
+ <if test="rtnTdracctnobnkno != null">rtn_tdracctnobnkno,</if>
|
|
|
+ <if test="rtnTdracctnobnknm != null">rtn_tdracctnobnknm,</if>
|
|
|
+ <if test="rtnTdrnum != null">rtn_tdrnum,</if>
|
|
|
+ <if test="rtnMrgnamt != null">rtn_mrgnamt,</if>
|
|
|
+ <if test="rtnTdramt != null">rtn_tdramt,</if>
|
|
|
+ <if test="rtnAgncsvcfee != null">rtn_agncsvcfee,</if>
|
|
|
+ <if test="rtnFrzamt != null">rtn_frzamt,</if>
|
|
|
+ <if test="rtnFineamt != null">rtn_fineamt,</if>
|
|
|
+ <if test="rtnTdrdt != null">rtn_tdrdt,</if>
|
|
|
+ <if test="rtnTdrtm != null">rtn_tdrtm,</if>
|
|
|
+ <if test="rtnDuetp != null">rtn_duetp,</if>
|
|
|
+ <if test="rtnMbrshpno != null">rtn_mbrshpno,</if>
|
|
|
+ <if test="rtnSvcfee != null">rtn_svcfee,</if>
|
|
|
+ <if test="rtnRemark != null">rtn_remark,</if>
|
|
|
+ <if test="reason != null">reason,</if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="depositdescid != null">#{depositdescid},</if>
|
|
|
+ <if test="ppid != null">#{ppid},</if>
|
|
|
+ <if test="trnuid != null and trnuid != ''">#{trnuid},</if>
|
|
|
+ <if test="rqbody != null">#{rqbody},</if>
|
|
|
+ <if test="sgtid != null">#{sgtid},</if>
|
|
|
+ <if test="sgtno != null">#{sgtno},</if>
|
|
|
+ <if test="prjno != null">#{prjno},</if>
|
|
|
+ <if test="pltfmcstno != null">#{pltfmcstno},</if>
|
|
|
+ <if test="entpnm != null">#{entpnm},</if>
|
|
|
+ <if test="pgno != null">#{pgno},</if>
|
|
|
+ <if test="version != null">#{version},</if>
|
|
|
+ <if test="rtnTrnuid != null">#{rtnTrnuid},</if>
|
|
|
+ <if test="rtnStatus != null">#{rtnStatus},</if>
|
|
|
+ <if test="rtnCode != null">#{rtnCode},</if>
|
|
|
+ <if test="rtnSeverity != null">#{rtnSeverity},</if>
|
|
|
+ <if test="rtnMessage != null">#{rtnMessage},</if>
|
|
|
+ <if test="rtnRsbody != null">#{rtnRsbody},</if>
|
|
|
+ <if test="rtnRcrdtotnum != null">#{rtnRcrdtotnum},</if>
|
|
|
+ <if test="rtnCrnpgno != null">#{rtnCrnpgno},</if>
|
|
|
+ <if test="rtnPgrcrdnum != null">#{rtnPgrcrdnum},</if>
|
|
|
+ <if test="rtnTotpgnum != null">#{rtnTotpgnum},</if>
|
|
|
+ <if test="rtnContent != null">#{rtnContent},</if>
|
|
|
+ <if test="rtnLescstno != null">#{rtnLescstno},</if>
|
|
|
+ <if test="rtnTdrno != null">#{rtnTdrno},</if>
|
|
|
+ <if test="rtnCstno != null">#{rtnCstno},</if>
|
|
|
+ <if test="rtnPrjno != null">#{rtnPrjno},</if>
|
|
|
+ <if test="rtnPrjnm != null">#{rtnPrjnm},</if>
|
|
|
+ <if test="rtnSgtno != null">#{rtnSgtno},</if>
|
|
|
+ <if test="rtnSgtnm != null">#{rtnSgtnm},</if>
|
|
|
+ <if test="rtnSgtst != null">#{rtnSgtst},</if>
|
|
|
+ <if test="rtnMrgnst != null">#{rtnMrgnst},</if>
|
|
|
+ <if test="rtnTdracctno != null">#{rtnTdracctno},</if>
|
|
|
+ <if test="rtnTdracctnoccycd != null">#{rtnTdracctnoccycd},</if>
|
|
|
+ <if test="rtnTdracctnm != null">#{rtnTdracctnm},</if>
|
|
|
+ <if test="rtnTdracctnobnkno != null">#{rtnTdracctnobnkno},</if>
|
|
|
+ <if test="rtnTdracctnobnknm != null">#{rtnTdracctnobnknm},</if>
|
|
|
+ <if test="rtnTdrnum != null">#{rtnTdrnum},</if>
|
|
|
+ <if test="rtnMrgnamt != null">#{rtnMrgnamt},</if>
|
|
|
+ <if test="rtnTdramt != null">#{rtnTdramt},</if>
|
|
|
+ <if test="rtnAgncsvcfee != null">#{rtnAgncsvcfee},</if>
|
|
|
+ <if test="rtnFrzamt != null">#{rtnFrzamt},</if>
|
|
|
+ <if test="rtnFineamt != null">#{rtnFineamt},</if>
|
|
|
+ <if test="rtnTdrdt != null">#{rtnTdrdt},</if>
|
|
|
+ <if test="rtnTdrtm != null">#{rtnTdrtm},</if>
|
|
|
+ <if test="rtnDuetp != null">#{rtnDuetp},</if>
|
|
|
+ <if test="rtnMbrshpno != null">#{rtnMbrshpno},</if>
|
|
|
+ <if test="rtnSvcfee != null">#{rtnSvcfee},</if>
|
|
|
+ <if test="rtnRemark != null">#{rtnRemark},</if>
|
|
|
+ <if test="reason != null">#{reason},</if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <update id="updateBankDepositdescr" parameterType="BankDepositdescr">
|
|
|
+ update bank_depositdescr
|
|
|
+ <trim prefix="SET" suffixOverrides=",">
|
|
|
+ <if test="ppid != null">ppid = #{ppid},</if>
|
|
|
+ <if test="trnuid != null and trnuid != ''">trnuid = #{trnuid},</if>
|
|
|
+ <if test="rqbody != null">rqbody = #{rqbody},</if>
|
|
|
+ <if test="sgtid != null">sgtid = #{sgtid},</if>
|
|
|
+ <if test="sgtno != null">sgtno = #{sgtno},</if>
|
|
|
+ <if test="prjno != null">prjno = #{prjno},</if>
|
|
|
+ <if test="pltfmcstno != null">pltfmcstno = #{pltfmcstno},</if>
|
|
|
+ <if test="entpnm != null">entpnm = #{entpnm},</if>
|
|
|
+ <if test="pgno != null">pgno = #{pgno},</if>
|
|
|
+ <if test="version != null">version = #{version},</if>
|
|
|
+ <if test="rtnTrnuid != null">rtn_trnuid = #{rtnTrnuid},</if>
|
|
|
+ <if test="rtnStatus != null">rtn_status = #{rtnStatus},</if>
|
|
|
+ <if test="rtnCode != null">rtn_code = #{rtnCode},</if>
|
|
|
+ <if test="rtnSeverity != null">rtn_severity = #{rtnSeverity},</if>
|
|
|
+ <if test="rtnMessage != null">rtn_message = #{rtnMessage},</if>
|
|
|
+ <if test="rtnRsbody != null">rtn_rsbody = #{rtnRsbody},</if>
|
|
|
+ <if test="rtnRcrdtotnum != null">rtn_rcrdtotnum = #{rtnRcrdtotnum},</if>
|
|
|
+ <if test="rtnCrnpgno != null">rtn_crnpgno = #{rtnCrnpgno},</if>
|
|
|
+ <if test="rtnPgrcrdnum != null">rtn_pgrcrdnum = #{rtnPgrcrdnum},</if>
|
|
|
+ <if test="rtnTotpgnum != null">rtn_totpgnum = #{rtnTotpgnum},</if>
|
|
|
+ <if test="rtnContent != null">rtn_content = #{rtnContent},</if>
|
|
|
+ <if test="rtnLescstno != null">rtn_lescstno = #{rtnLescstno},</if>
|
|
|
+ <if test="rtnTdrno != null">rtn_tdrno = #{rtnTdrno},</if>
|
|
|
+ <if test="rtnCstno != null">rtn_cstno = #{rtnCstno},</if>
|
|
|
+ <if test="rtnPrjno != null">rtn_prjno = #{rtnPrjno},</if>
|
|
|
+ <if test="rtnPrjnm != null">rtn_prjnm = #{rtnPrjnm},</if>
|
|
|
+ <if test="rtnSgtno != null">rtn_sgtno = #{rtnSgtno},</if>
|
|
|
+ <if test="rtnSgtnm != null">rtn_sgtnm = #{rtnSgtnm},</if>
|
|
|
+ <if test="rtnSgtst != null">rtn_sgtst = #{rtnSgtst},</if>
|
|
|
+ <if test="rtnMrgnst != null">rtn_mrgnst = #{rtnMrgnst},</if>
|
|
|
+ <if test="rtnTdracctno != null">rtn_tdracctno = #{rtnTdracctno},</if>
|
|
|
+ <if test="rtnTdracctnoccycd != null">rtn_tdracctnoccycd = #{rtnTdracctnoccycd},</if>
|
|
|
+ <if test="rtnTdracctnm != null">rtn_tdracctnm = #{rtnTdracctnm},</if>
|
|
|
+ <if test="rtnTdracctnobnkno != null">rtn_tdracctnobnkno = #{rtnTdracctnobnkno},</if>
|
|
|
+ <if test="rtnTdracctnobnknm != null">rtn_tdracctnobnknm = #{rtnTdracctnobnknm},</if>
|
|
|
+ <if test="rtnTdrnum != null">rtn_tdrnum = #{rtnTdrnum},</if>
|
|
|
+ <if test="rtnMrgnamt != null">rtn_mrgnamt = #{rtnMrgnamt},</if>
|
|
|
+ <if test="rtnTdramt != null">rtn_tdramt = #{rtnTdramt},</if>
|
|
|
+ <if test="rtnAgncsvcfee != null">rtn_agncsvcfee = #{rtnAgncsvcfee},</if>
|
|
|
+ <if test="rtnFrzamt != null">rtn_frzamt = #{rtnFrzamt},</if>
|
|
|
+ <if test="rtnFineamt != null">rtn_fineamt = #{rtnFineamt},</if>
|
|
|
+ <if test="rtnTdrdt != null">rtn_tdrdt = #{rtnTdrdt},</if>
|
|
|
+ <if test="rtnTdrtm != null">rtn_tdrtm = #{rtnTdrtm},</if>
|
|
|
+ <if test="rtnDuetp != null">rtn_duetp = #{rtnDuetp},</if>
|
|
|
+ <if test="rtnMbrshpno != null">rtn_mbrshpno = #{rtnMbrshpno},</if>
|
|
|
+ <if test="rtnSvcfee != null">rtn_svcfee = #{rtnSvcfee},</if>
|
|
|
+ <if test="rtnRemark != null">rtn_remark = #{rtnRemark},</if>
|
|
|
+ <if test="reason != null">reason = #{reason},</if>
|
|
|
+ </trim>
|
|
|
+ where depositdescid = #{depositdescid}
|
|
|
+ </update>
|
|
|
+
|
|
|
+ <delete id="deleteBankDepositdescrByDepositdescid" parameterType="String">
|
|
|
+ delete from bank_depositdescr where depositdescid = #{depositdescid}
|
|
|
+ </delete>
|
|
|
+
|
|
|
+ <delete id="deleteBankDepositdescrByDepositdescids" parameterType="String">
|
|
|
+ delete from bank_depositdescr where depositdescid in
|
|
|
+ <foreach item="depositdescid" collection="array" open="(" separator="," close=")">
|
|
|
+ #{depositdescid}
|
|
|
+ </foreach>
|
|
|
+ </delete>
|
|
|
+</mapper>
|