|
|
@@ -2,48 +2,49 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
<mapper namespace="com.usoftchina.saas.money.mapper.FundtransferdetailMapper" >
|
|
|
<resultMap id="BaseResultMap" type="com.usoftchina.saas.money.po.Fundtransferdetail" >
|
|
|
- <id column="ftd_id" property="ftdId" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_ftid" property="ftdFtid" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_detno" property="ftdDetno" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_ym" property="ftdYm" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_bankid" property="ftdBankid" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_bankcode" property="ftdBankcode" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_bankname" property="ftdBankname" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_inbankid" property="ftdInbankid" jdbcType="INTEGER" />
|
|
|
- <result column="ftd_inbankcode" property="ftdInbankcode" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_inbankname" property="ftdInbankname" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_nowbalance" property="ftdNowbalance" jdbcType="DOUBLE" />
|
|
|
- <result column="ftd_paymethod" property="ftdPaymethod" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_paycode" property="ftdPaycode" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_remark" property="ftdRemark" jdbcType="VARCHAR" />
|
|
|
- <result column="companyid" property="companyid" jdbcType="INTEGER" />
|
|
|
- <result column="updaterId" property="updaterid" jdbcType="INTEGER" />
|
|
|
+ <id column="ftd_id" property="id" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_ftid" property="ftd_ftid" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_detno" property="ftd_detno" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_ym" property="ftd_ym" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_bankid" property="ftd_bankid" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_bankcode" property="ftd_bankcode" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_bankname" property="ftd_bankname" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_inbankid" property="ftd_inbankid" jdbcType="INTEGER" />
|
|
|
+ <result column="ftd_inbankcode" property="ftd_inbankcode" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_inbankname" property="ftd_inbankname" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_nowbalance" property="ftd_nowbalance" jdbcType="DOUBLE" />
|
|
|
+ <result column="ftd_paymethod" property="ftd_paymethod" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_paycode" property="ftd_paycode" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_remark" property="ftd_remark" jdbcType="VARCHAR" />
|
|
|
+ <result column="companyId" property="companyId" jdbcType="INTEGER" />
|
|
|
+ <result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
<result column="updatedate" property="updatedate" jdbcType="TIMESTAMP" />
|
|
|
- <result column="ftd_text1" property="ftdText1" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_text2" property="ftdText2" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_text3" property="ftdText3" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_text4" property="ftdText4" jdbcType="VARCHAR" />
|
|
|
- <result column="ftd_text5" property="ftdText5" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_text1" property="ftd_text1" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_text2" property="ftd_text2" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_text3" property="ftd_text3" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_text4" property="ftd_text4" jdbcType="VARCHAR" />
|
|
|
+ <result column="ftd_text5" property="ftd_text5" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
ftd_id, ftd_ftid, ftd_detno, ftd_ym, ftd_bankid, ftd_bankcode, ftd_bankname, ftd_inbankid,
|
|
|
ftd_inbankcode, ftd_inbankname, ftd_nowbalance, ftd_paymethod, ftd_paycode, ftd_remark,
|
|
|
- companyid, updaterId, updatedate, ftd_text1, ftd_text2, ftd_text3, ftd_text4, ftd_text5
|
|
|
+ companyId, updaterId, updatedate, ftd_text1, ftd_text2, ftd_text3, ftd_text4, ftd_text5
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from fundtransferdetail
|
|
|
- where ftd_id = #{ftdId,jdbcType=INTEGER}
|
|
|
+ where ftd_id = #{id,jdbcType=INTEGER}
|
|
|
</select>
|
|
|
+
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
|
|
|
delete from fundtransferdetail
|
|
|
- where ftd_id = #{ftdId,jdbcType=INTEGER}
|
|
|
+ where ftd_ftid = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
<delete id="deleteItem" parameterType="java.lang.Integer" >
|
|
|
delete from fundtransferdetail
|
|
|
- where ftd_ftid = #{ftdFtid,jdbcType=INTEGER}
|
|
|
+ where ftd_id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
<insert id="insert" parameterType="com.usoftchina.saas.money.po.Fundtransferdetail" >
|
|
|
@@ -51,7 +52,7 @@
|
|
|
ftd_ym, ftd_bankid, ftd_bankcode,
|
|
|
ftd_bankname, ftd_inbankid, ftd_inbankcode,
|
|
|
ftd_inbankname, ftd_nowbalance, ftd_paymethod,
|
|
|
- ftd_paycode, ftd_remark, companyid,
|
|
|
+ ftd_paycode, ftd_remark, companyId,
|
|
|
updaterId, updatedate, ftd_text1,
|
|
|
ftd_text2, ftd_text3, ftd_text4,
|
|
|
ftd_text5)
|
|
|
@@ -59,7 +60,7 @@
|
|
|
#{ftdYm,jdbcType=INTEGER}, #{ftdBankid,jdbcType=INTEGER}, #{ftdBankcode,jdbcType=VARCHAR},
|
|
|
#{ftdBankname,jdbcType=VARCHAR}, #{ftdInbankid,jdbcType=INTEGER}, #{ftdInbankcode,jdbcType=VARCHAR},
|
|
|
#{ftdInbankname,jdbcType=VARCHAR}, #{ftdNowbalance,jdbcType=DOUBLE}, #{ftdPaymethod,jdbcType=VARCHAR},
|
|
|
- #{ftdPaycode,jdbcType=VARCHAR}, #{ftdRemark,jdbcType=VARCHAR}, #{companyid,jdbcType=INTEGER},
|
|
|
+ #{ftdPaycode,jdbcType=VARCHAR}, #{ftdRemark,jdbcType=VARCHAR}, #{companyId,jdbcType=INTEGER},
|
|
|
#{updaterid,jdbcType=INTEGER}, #{updatedate,jdbcType=TIMESTAMP}, #{ftdText1,jdbcType=VARCHAR},
|
|
|
#{ftdText2,jdbcType=VARCHAR}, #{ftdText3,jdbcType=VARCHAR}, #{ftdText4,jdbcType=VARCHAR},
|
|
|
#{ftdText5,jdbcType=VARCHAR})
|
|
|
@@ -67,210 +68,204 @@
|
|
|
<insert id="insertSelective" parameterType="com.usoftchina.saas.money.po.Fundtransferdetail" >
|
|
|
insert into fundtransferdetail
|
|
|
<trim prefix="(" suffix=")" suffixOverrides="," >
|
|
|
- <if test="ftdId != null" >
|
|
|
- ftd_id,
|
|
|
- </if>
|
|
|
- <if test="ftdFtid != null" >
|
|
|
+ <if test="ftd_ftid != null" >
|
|
|
ftd_ftid,
|
|
|
</if>
|
|
|
- <if test="ftdDetno != null" >
|
|
|
+ <if test="ftd_detno != null" >
|
|
|
ftd_detno,
|
|
|
</if>
|
|
|
- <if test="ftdYm != null" >
|
|
|
+ <if test="ftd_ym != null" >
|
|
|
ftd_ym,
|
|
|
</if>
|
|
|
- <if test="ftdBankid != null" >
|
|
|
+ <if test="ftd_bankid != null" >
|
|
|
ftd_bankid,
|
|
|
</if>
|
|
|
- <if test="ftdBankcode != null" >
|
|
|
+ <if test="ftd_bankcode != null" >
|
|
|
ftd_bankcode,
|
|
|
</if>
|
|
|
- <if test="ftdBankname != null" >
|
|
|
+ <if test="ftd_bankname != null" >
|
|
|
ftd_bankname,
|
|
|
</if>
|
|
|
- <if test="ftdInbankid != null" >
|
|
|
+ <if test="ftd_inbankid != null" >
|
|
|
ftd_inbankid,
|
|
|
</if>
|
|
|
- <if test="ftdInbankcode != null" >
|
|
|
+ <if test="ftd_inbankcode != null" >
|
|
|
ftd_inbankcode,
|
|
|
</if>
|
|
|
- <if test="ftdInbankname != null" >
|
|
|
+ <if test="ftd_inbankname != null" >
|
|
|
ftd_inbankname,
|
|
|
</if>
|
|
|
- <if test="ftdNowbalance != null" >
|
|
|
+ <if test="ftd_nowbalance != null" >
|
|
|
ftd_nowbalance,
|
|
|
</if>
|
|
|
- <if test="ftdPaymethod != null" >
|
|
|
+ <if test="ftd_paymethod != null" >
|
|
|
ftd_paymethod,
|
|
|
</if>
|
|
|
- <if test="ftdPaycode != null" >
|
|
|
+ <if test="ftd_paycode != null" >
|
|
|
ftd_paycode,
|
|
|
</if>
|
|
|
- <if test="ftdRemark != null" >
|
|
|
+ <if test="ftd_remark != null" >
|
|
|
ftd_remark,
|
|
|
</if>
|
|
|
- <if test="companyid != null" >
|
|
|
- companyid,
|
|
|
+ <if test="companyId != null" >
|
|
|
+ companyId,
|
|
|
</if>
|
|
|
- <if test="updaterid != null" >
|
|
|
+ <if test="updaterId != null" >
|
|
|
updaterId,
|
|
|
</if>
|
|
|
<if test="updatedate != null" >
|
|
|
updatedate,
|
|
|
</if>
|
|
|
- <if test="ftdText1 != null" >
|
|
|
+ <if test="ftd_text1 != null" >
|
|
|
ftd_text1,
|
|
|
</if>
|
|
|
- <if test="ftdText2 != null" >
|
|
|
+ <if test="ftd_text2 != null" >
|
|
|
ftd_text2,
|
|
|
</if>
|
|
|
- <if test="ftdText3 != null" >
|
|
|
+ <if test="ftd_text3 != null" >
|
|
|
ftd_text3,
|
|
|
</if>
|
|
|
- <if test="ftdText4 != null" >
|
|
|
+ <if test="ftd_text4 != null" >
|
|
|
ftd_text4,
|
|
|
</if>
|
|
|
- <if test="ftdText5 != null" >
|
|
|
+ <if test="ftd_text5 != null" >
|
|
|
ftd_text5,
|
|
|
</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
- <if test="ftdId != null" >
|
|
|
- #{ftdId,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="ftdFtid != null" >
|
|
|
- #{ftdFtid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_ftid != null" >
|
|
|
+ #{ftd_ftid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdDetno != null" >
|
|
|
- #{ftdDetno,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_detno != null" >
|
|
|
+ #{ftd_detno,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdYm != null" >
|
|
|
- #{ftdYm,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_ym != null" >
|
|
|
+ #{ftd_ym,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdBankid != null" >
|
|
|
- #{ftdBankid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_bankid != null" >
|
|
|
+ #{ftd_bankid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdBankcode != null" >
|
|
|
- #{ftdBankcode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_bankcode != null" >
|
|
|
+ #{ftd_bankcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdBankname != null" >
|
|
|
- #{ftdBankname,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_bankname != null" >
|
|
|
+ #{ftd_bankname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdInbankid != null" >
|
|
|
- #{ftdInbankid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_inbankid != null" >
|
|
|
+ #{ftd_inbankid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdInbankcode != null" >
|
|
|
- #{ftdInbankcode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_inbankcode != null" >
|
|
|
+ #{ftd_inbankcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdInbankname != null" >
|
|
|
- #{ftdInbankname,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_inbankname != null" >
|
|
|
+ #{ftd_inbankname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdNowbalance != null" >
|
|
|
- #{ftdNowbalance,jdbcType=DOUBLE},
|
|
|
+ <if test="ftd_nowbalance != null" >
|
|
|
+ #{ftd_nowbalance,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
- <if test="ftdPaymethod != null" >
|
|
|
- #{ftdPaymethod,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_paymethod != null" >
|
|
|
+ #{ftd_paymethod,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdPaycode != null" >
|
|
|
- #{ftdPaycode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_paycode != null" >
|
|
|
+ #{ftd_paycode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdRemark != null" >
|
|
|
- #{ftdRemark,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_remark != null" >
|
|
|
+ #{ftd_remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="companyid != null" >
|
|
|
- #{companyid,jdbcType=INTEGER},
|
|
|
+ <if test="companyId != null" >
|
|
|
+ #{companyId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="updaterid != null" >
|
|
|
- #{updaterid,jdbcType=INTEGER},
|
|
|
+ <if test="updaterId != null" >
|
|
|
+ #{updaterId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="updatedate != null" >
|
|
|
#{updatedate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="ftdText1 != null" >
|
|
|
- #{ftdText1,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text1 != null" >
|
|
|
+ #{ftd_text1,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText2 != null" >
|
|
|
- #{ftdText2,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text2 != null" >
|
|
|
+ #{ftd_text2,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText3 != null" >
|
|
|
- #{ftdText3,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text3 != null" >
|
|
|
+ #{ftd_text3,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText4 != null" >
|
|
|
- #{ftdText4,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text4 != null" >
|
|
|
+ #{ftd_text4,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText5 != null" >
|
|
|
- #{ftdText5,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text5 != null" >
|
|
|
+ #{ftd_text5,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.usoftchina.saas.money.po.Fundtransferdetail" >
|
|
|
update fundtransferdetail
|
|
|
<set >
|
|
|
- <if test="ftdFtid != null" >
|
|
|
- ftd_ftid = #{ftdFtid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_ftid != null" >
|
|
|
+ ftd_ftid = #{ftd_ftid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdDetno != null" >
|
|
|
- ftd_detno = #{ftdDetno,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_detno != null" >
|
|
|
+ ftd_detno = #{ftd_detno,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdYm != null" >
|
|
|
- ftd_ym = #{ftdYm,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_ym != null" >
|
|
|
+ ftd_ym = #{ftd_ym,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdBankid != null" >
|
|
|
- ftd_bankid = #{ftdBankid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_bankid != null" >
|
|
|
+ ftd_bankid = #{ftd_bankid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdBankcode != null" >
|
|
|
- ftd_bankcode = #{ftdBankcode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_bankcode != null" >
|
|
|
+ ftd_bankcode = #{ftd_bankcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdBankname != null" >
|
|
|
- ftd_bankname = #{ftdBankname,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_bankname != null" >
|
|
|
+ ftd_bankname = #{ftd_bankname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdInbankid != null" >
|
|
|
- ftd_inbankid = #{ftdInbankid,jdbcType=INTEGER},
|
|
|
+ <if test="ftd_inbankid != null" >
|
|
|
+ ftd_inbankid = #{ftd_inbankid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftdInbankcode != null" >
|
|
|
- ftd_inbankcode = #{ftdInbankcode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_inbankcode != null" >
|
|
|
+ ftd_inbankcode = #{ftd_inbankcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdInbankname != null" >
|
|
|
- ftd_inbankname = #{ftdInbankname,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_inbankname != null" >
|
|
|
+ ftd_inbankname = #{ftd_inbankname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdNowbalance != null" >
|
|
|
- ftd_nowbalance = #{ftdNowbalance,jdbcType=DOUBLE},
|
|
|
+ <if test="ftd_nowbalance != null" >
|
|
|
+ ftd_nowbalance = #{ftd_nowbalance,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
- <if test="ftdPaymethod != null" >
|
|
|
- ftd_paymethod = #{ftdPaymethod,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_paymethod != null" >
|
|
|
+ ftd_paymethod = #{ftd_paymethod,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdPaycode != null" >
|
|
|
- ftd_paycode = #{ftdPaycode,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_paycode != null" >
|
|
|
+ ftd_paycode = #{ftd_paycode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdRemark != null" >
|
|
|
- ftd_remark = #{ftdRemark,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_remark != null" >
|
|
|
+ ftd_remark = #{ftd_remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="companyid != null" >
|
|
|
- companyid = #{companyid,jdbcType=INTEGER},
|
|
|
+ <if test="companyId != null" >
|
|
|
+ companyId = #{companyId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="updaterid != null" >
|
|
|
- updaterId = #{updaterid,jdbcType=INTEGER},
|
|
|
+ <if test="updaterId != null" >
|
|
|
+ updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="updatedate != null" >
|
|
|
updatedate = #{updatedate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="ftdText1 != null" >
|
|
|
- ftd_text1 = #{ftdText1,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text1 != null" >
|
|
|
+ ftd_text1 = #{ftd_text1,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText2 != null" >
|
|
|
- ftd_text2 = #{ftdText2,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text2 != null" >
|
|
|
+ ftd_text2 = #{ftd_text2,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText3 != null" >
|
|
|
- ftd_text3 = #{ftdText3,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text3 != null" >
|
|
|
+ ftd_text3 = #{ftd_text3,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText4 != null" >
|
|
|
- ftd_text4 = #{ftdText4,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text4 != null" >
|
|
|
+ ftd_text4 = #{ftd_text4,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ftdText5 != null" >
|
|
|
- ftd_text5 = #{ftdText5,jdbcType=VARCHAR},
|
|
|
+ <if test="ftd_text5 != null" >
|
|
|
+ ftd_text5 = #{ftd_text5,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
- where ftd_id = #{ftdId,jdbcType=INTEGER}
|
|
|
+ where ftd_id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.usoftchina.saas.money.po.Fundtransferdetail" >
|
|
|
update fundtransferdetail
|
|
|
@@ -287,7 +282,7 @@
|
|
|
ftd_paymethod = #{ftdPaymethod,jdbcType=VARCHAR},
|
|
|
ftd_paycode = #{ftdPaycode,jdbcType=VARCHAR},
|
|
|
ftd_remark = #{ftdRemark,jdbcType=VARCHAR},
|
|
|
- companyid = #{companyid,jdbcType=INTEGER},
|
|
|
+ companyId = #{companyId,jdbcType=INTEGER},
|
|
|
updaterId = #{updaterid,jdbcType=INTEGER},
|
|
|
updatedate = #{updatedate,jdbcType=TIMESTAMP},
|
|
|
ftd_text1 = #{ftdText1,jdbcType=VARCHAR},
|