|
|
@@ -16,7 +16,6 @@
|
|
|
<result column="PU_TOTAL" property="pu_total" jdbcType="DOUBLE" />
|
|
|
<result column="PU_REMARK" property="pu_remark" jdbcType="VARCHAR" />
|
|
|
<result column="PU_TOTALUPPER" property="pu_totalupper" jdbcType="VARCHAR" />
|
|
|
- <result column="PU_INDATE" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
<result column="PU_PRINTSTATUS" property="pu_printstatus" jdbcType="VARCHAR" />
|
|
|
<result column="PU_PRINTSTATUSCODE" property="pu_printstatuscode" jdbcType="VARCHAR" />
|
|
|
<result column="PU_ACCEPTSTATUSCODE" property="pu_acceptstatuscode" jdbcType="VARCHAR" />
|
|
|
@@ -44,7 +43,7 @@
|
|
|
|
|
|
<sql id="Base_Column_List" >
|
|
|
pu_id, pu_code, pu_date, pu_vendid, PU_VENDCODE, PU_VENDNAME, PU_BUYERID, PU_BUYERCODE,
|
|
|
- PU_BUYERNAME, PU_DELIVERY, PU_TAXTOTAL, PU_TOTAL, PU_REMARK, PU_TOTALUPPER, PU_INDATE,
|
|
|
+ PU_BUYERNAME, PU_DELIVERY, PU_TAXTOTAL, PU_TOTAL, PU_REMARK, PU_TOTALUPPER,
|
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE, PU_ACCEPTSTATUS, PU_STATUSCODE,
|
|
|
PU_STATUS, companyid, updaterId,updaterName,updateTime,creatorid,creatorName,createtime, pu_text1, pu_text2, pu_text3, pu_text4,
|
|
|
pu_text5,pu_auditman,pu_auditdate
|
|
|
@@ -309,9 +308,6 @@
|
|
|
<if test="pu_totalupper != null" >
|
|
|
PU_TOTALUPPER = #{pu_totalupper,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="createTime != null" >
|
|
|
- PU_INDATE = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
<if test="pu_printstatus != null" >
|
|
|
PU_PRINTSTATUS = #{pu_printstatus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -378,7 +374,6 @@
|
|
|
PU_TOTAL = #{pu_total,jdbcType=DOUBLE},
|
|
|
PU_REMARK = #{pu_remark,jdbcType=VARCHAR},
|
|
|
PU_TOTALUPPER = #{pu_totalupper,jdbcType=VARCHAR},
|
|
|
- PU_INDATE = #{createTime,jdbcType=TIMESTAMP},
|
|
|
PU_PRINTSTATUS = #{pu_printstatus,jdbcType=VARCHAR},
|
|
|
PU_PRINTSTATUSCODE = #{pu_printstatuscode,jdbcType=VARCHAR},
|
|
|
PU_ACCEPTSTATUSCODE = #{pu_acceptstatuscode,jdbcType=VARCHAR},
|