|
|
@@ -24,6 +24,7 @@
|
|
|
<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="creatorName" property="creatorName" jdbcType="VARCHAR" />
|
|
|
<result column="updaterName" property="updaterName" jdbcType="VARCHAR" />
|
|
|
<result column="ft_auditman" property="ft_auditman" jdbcType="VARCHAR" />
|
|
|
@@ -37,7 +38,7 @@
|
|
|
ft_auditman, ft_auditdate
|
|
|
</sql>
|
|
|
<sql id="Detail_Column_List" >
|
|
|
- ftd_bankname,ftd_inbankname,ftd_nowbalance,ftd_paymethod,ftd_paycode
|
|
|
+ ftd_bankname,ftd_inbankname,ftd_nowbalance,ftd_paymethod,ftd_paycode,ftd_remark
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
|
|
|
select
|