|
|
@@ -17,9 +17,6 @@
|
|
|
<result column="ve_bankcode" property="ve_bankcode" jdbcType="VARCHAR" />
|
|
|
<result column="ve_status" property="ve_status" jdbcType="VARCHAR" />
|
|
|
<result column="ve_statuscode" property="ve_statuscode" jdbcType="VARCHAR" />
|
|
|
- <result column="ve_recordid" property="ve_recordid" jdbcType="INTEGER" />
|
|
|
- <result column="ve_recordname" property="ve_recordname" jdbcType="VARCHAR" />
|
|
|
- <result column="ve_initdate" property="ve_initdate" jdbcType="TIMESTAMP" />
|
|
|
<result column="companyId" property="companyId" jdbcType="INTEGER" />
|
|
|
<result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
<result column="updateTime" property="updateTime" jdbcType="TIMESTAMP" />
|
|
|
@@ -70,9 +67,6 @@
|
|
|
<result column="ve_bankcode" property="ve_bankcode" jdbcType="VARCHAR" />
|
|
|
<result column="ve_status" property="ve_status" jdbcType="VARCHAR" />
|
|
|
<result column="ve_statuscode" property="ve_statuscode" jdbcType="VARCHAR" />
|
|
|
- <result column="ve_recordid" property="ve_recordid" jdbcType="INTEGER" />
|
|
|
- <result column="ve_recordname" property="ve_recordname" jdbcType="VARCHAR" />
|
|
|
- <result column="ve_initdate" property="ve_initdate" jdbcType="TIMESTAMP" />
|
|
|
<result column="ve_leftamount" property="ve_leftamount" jdbcType="INTEGER" />
|
|
|
<result column="ve_text1" property="ve_text1" jdbcType="VARCHAR" />
|
|
|
<result column="ve_text2" property="ve_text2" jdbcType="VARCHAR" />
|
|
|
@@ -107,7 +101,7 @@
|
|
|
<sql id="Base_Column_List" >
|
|
|
ve_id, ve_code, ve_name, ve_uu, ve_type, ve_begindate, ve_beginapamount, ve_beginprepayamount,
|
|
|
ve_promisedays, ve_taxrate, ve_nsrzh, ve_bankaccount, ve_bankcode, ve_status, ve_statuscode,
|
|
|
- ve_recordid, ve_recordname, ve_initdate, companyId, updaterId, updateTime, ve_text1,
|
|
|
+ companyId, updaterId, updateTime, ve_text1,
|
|
|
ve_text2, ve_text3, ve_text4, ve_text5, ve_payamount, ve_leftamount, ve_beginym, ve_preamount
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="VendorResultMapper" parameterType="java.lang.Long" >
|
|
|
@@ -126,8 +120,7 @@
|
|
|
ve_beginapamount, ve_beginprepayamount,
|
|
|
ve_promisedays, ve_taxrate, ve_nsrzh,
|
|
|
ve_bankaccount, ve_bankcode, ve_status,
|
|
|
- ve_statuscode, ve_recordid, ve_recordname,
|
|
|
- ve_initdate, companyId, updaterId,
|
|
|
+ ve_statuscode, companyId, updaterId,
|
|
|
updateTime, ve_text1, ve_text2,
|
|
|
ve_text3, ve_text4, ve_text5,
|
|
|
ve_payamount, ve_leftamount, ve_beginym ,ve_preamount
|
|
|
@@ -137,8 +130,7 @@
|
|
|
#{ve_beginapamount,jdbcType=DOUBLE}, #{ve_beginprepayamount,jdbcType=DOUBLE},
|
|
|
#{ve_promisedays,jdbcType=DECIMAL}, #{ve_taxrate,jdbcType=DOUBLE}, #{ve_nsrzh,jdbcType=VARCHAR},
|
|
|
#{ve_bankaccount,jdbcType=VARCHAR}, #{ve_bankcode,jdbcType=VARCHAR}, #{ve_status,jdbcType=VARCHAR},
|
|
|
- #{ve_statuscode,jdbcType=VARCHAR}, #{ve_recordid,jdbcType=DECIMAL}, #{ve_recordname,jdbcType=VARCHAR},
|
|
|
- #{ve_initdate,jdbcType=TIMESTAMP}, #{companyId,jdbcType=DECIMAL}, #{updaterId,jdbcType=DECIMAL},
|
|
|
+ #{ve_statuscode,jdbcType=VARCHAR}, #{companyId,jdbcType=DECIMAL}, #{updaterId,jdbcType=DECIMAL},
|
|
|
#{updateTime,jdbcType=TIMESTAMP}, #{ve_text1,jdbcType=VARCHAR}, #{ve_text2,jdbcType=VARCHAR},
|
|
|
#{ve_text3,jdbcType=VARCHAR}, #{ve_text4,jdbcType=VARCHAR}, #{ve_text5,jdbcType=VARCHAR},
|
|
|
#{ve_payamount,jdbcType=DOUBLE}, #{ve_leftamount,jdbcType=DOUBLE}, #{ve_beginym,jdbcType=INTEGER},
|
|
|
@@ -193,15 +185,6 @@
|
|
|
<if test="ve_statuscode != null" >
|
|
|
ve_statuscode,
|
|
|
</if>
|
|
|
- <if test="ve_recordid != null" >
|
|
|
- ve_recordid,
|
|
|
- </if>
|
|
|
- <if test="ve_recordname != null" >
|
|
|
- ve_recordname,
|
|
|
- </if>
|
|
|
- <if test="ve_initdate != null" >
|
|
|
- ve_initdate,
|
|
|
- </if>
|
|
|
<if test="companyId != null" >
|
|
|
companyId,
|
|
|
</if>
|
|
|
@@ -282,15 +265,6 @@
|
|
|
<if test="ve_statuscode != null" >
|
|
|
#{ve_statuscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ve_recordid != null" >
|
|
|
- #{ve_recordid,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ve_recordname != null" >
|
|
|
- #{ve_recordname,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ve_initdate != null" >
|
|
|
- #{ve_initdate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
<if test="companyId != null" >
|
|
|
#{companyId,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
@@ -374,15 +348,6 @@
|
|
|
<if test="ve_statuscode != null" >
|
|
|
ve_statuscode = #{ve_statuscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="ve_recordid != null" >
|
|
|
- ve_recordid = #{ve_recordid,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ve_recordname != null" >
|
|
|
- ve_recordname = #{ve_recordname,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ve_initdate != null" >
|
|
|
- ve_initdate = #{ve_initdate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
<if test="companyId != null" >
|
|
|
companyId = #{companyId,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
@@ -438,9 +403,6 @@
|
|
|
ve_bankcode = #{ve_bankcode,jdbcType=VARCHAR},
|
|
|
ve_status = #{ve_status,jdbcType=VARCHAR},
|
|
|
ve_statuscode = #{ve_statuscode,jdbcType=VARCHAR},
|
|
|
- ve_recordid = #{ve_recordid,jdbcType=DECIMAL},
|
|
|
- ve_recordname = #{ve_recordname,jdbcType=VARCHAR},
|
|
|
- ve_initdate = #{ve_initdate,jdbcType=TIMESTAMP},
|
|
|
companyId = #{companyId,jdbcType=DECIMAL},
|
|
|
updaterId = #{updaterId,jdbcType=DECIMAL},
|
|
|
updateTime = #{updateTime,jdbcType=TIMESTAMP},
|