|
|
@@ -6,6 +6,7 @@
|
|
|
<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="ft_date" property="ft_date" jdbcType="TIMESTAMP" />
|
|
|
<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" />
|
|
|
@@ -207,8 +208,8 @@
|
|
|
<if test="ftd_detno != null" >
|
|
|
ftd_detno = #{ftd_detno,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="ftd_ym != null" >
|
|
|
- ftd_ym = to_char(#{ftd_ym,jdbcType=INTEGER},'yyyymm'),
|
|
|
+ <if test="ft_date != null" >
|
|
|
+ ftd_ym = CONVERT(date_format(#{ft_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
|
|
|
</if>
|
|
|
<if test="ftd_bankid != null" >
|
|
|
ftd_bankid = #{ftd_bankid,jdbcType=INTEGER},
|
|
|
@@ -246,9 +247,7 @@
|
|
|
<if test="updaterId != null" >
|
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="updatedate != null" >
|
|
|
- updatedate = #{updatedate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
+ updatedate = now(),
|
|
|
<if test="ftd_text1 != null" >
|
|
|
ftd_text1 = #{ftd_text1,jdbcType=VARCHAR},
|
|
|
</if>
|