|
|
@@ -57,7 +57,7 @@
|
|
|
ac_vendid, ac_vendcode, ac_vendname, ac_currency, ac_rate, ac_checkamount, ac_confirmstatus,
|
|
|
ac_confirmstatuscode, ac_confirmdate, ac_remark, ac_sendstatus, ac_thisamount, ac_thisuncheck,
|
|
|
ac_thispay, ac_thissend, ac_thischeck, ac_payamont, creatorId, creatorName, companyId,
|
|
|
- updaterId, updaterName, updatetime, createTime
|
|
|
+ updaterId, updaterName, createTime
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
|
|
|
select
|
|
|
@@ -163,9 +163,6 @@
|
|
|
<if test="updaterName != null" >
|
|
|
updaterName,
|
|
|
</if>
|
|
|
- <if test="updatetime != null" >
|
|
|
- updatetime,
|
|
|
- </if>
|
|
|
<if test="createTime != null" >
|
|
|
createTime,
|
|
|
</if>
|
|
|
@@ -258,9 +255,6 @@
|
|
|
<if test="updaterName != null" >
|
|
|
#{updaterName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="updatetime != null" >
|
|
|
- #{updatetime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
<if test="createTime != null" >
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
@@ -277,11 +271,11 @@
|
|
|
values
|
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=",">
|
|
|
(
|
|
|
- #{ad_acid,jdbcType=INTEGER}, #{ad_detno,jdbcType=INTEGER},
|
|
|
- #{ad_inoutno,jdbcType=VARCHAR}, #{ad_pdno,jdbcType=INTEGER}, #{ad_prodcode,jdbcType=VARCHAR},
|
|
|
- #{ad_pucode,jdbcType=VARCHAR}, #{ad_price,jdbcType=DOUBLE}, #{ad_taxrate,jdbcType=DOUBLE},
|
|
|
- #{ad_b2bqty,jdbcType=DOUBLE}, #{companyId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
- #{creatorId,jdbcType=INTEGER}, #{creatorName,jdbcType=VARCHAR}
|
|
|
+ #{item.ad_acid}, #{item.ad_detno,jdbcType=INTEGER},
|
|
|
+ #{item.ad_inoutno,jdbcType=VARCHAR}, #{item.ad_pdno,jdbcType=INTEGER}, #{item.ad_prodcode,jdbcType=VARCHAR},
|
|
|
+ #{item.ad_pucode,jdbcType=VARCHAR}, #{item.ad_price,jdbcType=DOUBLE}, #{item.ad_taxrate,jdbcType=DOUBLE},
|
|
|
+ #{item.ad_b2bqty,jdbcType=DOUBLE}, #{item.companyId,jdbcType=BIGINT}, #{item.createTime,jdbcType=TIMESTAMP},
|
|
|
+ #{item.creatorId,jdbcType=INTEGER}, #{item.creatorName,jdbcType=VARCHAR}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
@@ -304,7 +298,6 @@
|
|
|
<result column="ve_statuscode" property="ve_statuscode" jdbcType="VARCHAR" />
|
|
|
<result column="companyId" property="companyId" jdbcType="INTEGER" />
|
|
|
<result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
- <result column="updateTime" property="updateTime" jdbcType="TIMESTAMP" />
|
|
|
<result column="ve_text1" property="ve_text1" jdbcType="VARCHAR" />
|
|
|
<result column="ve_text2" property="ve_text2" jdbcType="VARCHAR" />
|
|
|
<result column="ve_text3" property="ve_text3" jdbcType="VARCHAR" />
|