|
@@ -24,8 +24,14 @@
|
|
|
<result column="PU_STATUSCODE" property="pu_statuscode" jdbcType="VARCHAR" />
|
|
<result column="PU_STATUSCODE" property="pu_statuscode" jdbcType="VARCHAR" />
|
|
|
<result column="PU_STATUS" property="pu_status" jdbcType="VARCHAR" />
|
|
<result column="PU_STATUS" property="pu_status" jdbcType="VARCHAR" />
|
|
|
<result column="companyid" property="companyId" jdbcType="BIGINT" />
|
|
<result column="companyid" property="companyId" jdbcType="BIGINT" />
|
|
|
- <result column="updatemanid" property="updaterId" jdbcType="INTEGER" />
|
|
|
|
|
|
|
+ <result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
<result column="updateTime" property="updateTime" jdbcType="TIMESTAMP" />
|
|
<result column="updateTime" property="updateTime" jdbcType="TIMESTAMP" />
|
|
|
|
|
+
|
|
|
|
|
+ <result column="updater" jdbcType="VARCHAR" property="updater" />
|
|
|
|
|
+ <result column="creatorid" property="creatorId" jdbcType="INTEGER"/>
|
|
|
|
|
+ <result column="createtime" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
|
|
+ <result column="creator" property="creator" jdbcType="VARCHAR" />
|
|
|
|
|
+
|
|
|
<result column="pu_text1" property="pu_text1" jdbcType="VARCHAR" />
|
|
<result column="pu_text1" property="pu_text1" jdbcType="VARCHAR" />
|
|
|
<result column="pu_text2" property="pu_text2" jdbcType="VARCHAR" />
|
|
<result column="pu_text2" property="pu_text2" jdbcType="VARCHAR" />
|
|
|
<result column="pu_text3" property="pu_text3" jdbcType="VARCHAR" />
|
|
<result column="pu_text3" property="pu_text3" jdbcType="VARCHAR" />
|
|
@@ -40,7 +46,7 @@
|
|
|
pu_id, pu_code, pu_date, pu_vendid, PU_VENDCODE, PU_VENDNAME, PU_BUYERID, PU_BUYERCODE,
|
|
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_INDATE,
|
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE, PU_ACCEPTSTATUS, PU_STATUSCODE,
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE, PU_ACCEPTSTATUS, PU_STATUSCODE,
|
|
|
- PU_STATUS, companyid, updaterId, updateTime, pu_text1, pu_text2, pu_text3, pu_text4,
|
|
|
|
|
|
|
+ PU_STATUS, companyid, updaterId, updateTime,updater,creatorid,createtime,creator, pu_text1, pu_text2, pu_text3, pu_text4,
|
|
|
pu_text5
|
|
pu_text5
|
|
|
</sql>
|
|
</sql>
|
|
|
<sql id="Blob_Column_List" >
|
|
<sql id="Blob_Column_List" >
|
|
@@ -67,6 +73,7 @@
|
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE,
|
|
PU_PRINTSTATUS, PU_PRINTSTATUSCODE, PU_ACCEPTSTATUSCODE,
|
|
|
PU_ACCEPTSTATUS, PU_STATUSCODE, PU_STATUS,
|
|
PU_ACCEPTSTATUS, PU_STATUSCODE, PU_STATUS,
|
|
|
companyid, updaterId, updateTime,
|
|
companyid, updaterId, updateTime,
|
|
|
|
|
+ ,updater,creatorid,createtime,creator
|
|
|
pu_text1, pu_text2, pu_text3,
|
|
pu_text1, pu_text2, pu_text3,
|
|
|
pu_text4, pu_text5, PU_SHIPADDRESSCODE
|
|
pu_text4, pu_text5, PU_SHIPADDRESSCODE
|
|
|
)
|
|
)
|
|
@@ -78,6 +85,9 @@
|
|
|
#{puPrintstatus,jdbcType=VARCHAR}, #{puPrintstatuscode,jdbcType=VARCHAR}, #{puAcceptstatuscode,jdbcType=VARCHAR},
|
|
#{puPrintstatus,jdbcType=VARCHAR}, #{puPrintstatuscode,jdbcType=VARCHAR}, #{puAcceptstatuscode,jdbcType=VARCHAR},
|
|
|
#{puAcceptstatus,jdbcType=VARCHAR}, #{puStatuscode,jdbcType=VARCHAR}, #{puStatus,jdbcType=VARCHAR},
|
|
#{puAcceptstatus,jdbcType=VARCHAR}, #{puStatuscode,jdbcType=VARCHAR}, #{puStatus,jdbcType=VARCHAR},
|
|
|
#{companyId,jdbcType=INTEGER}, #{updaterId,jdbcType=INTEGER}, #{updateTime,jdbcType=TIMESTAMP},
|
|
#{companyId,jdbcType=INTEGER}, #{updaterId,jdbcType=INTEGER}, #{updateTime,jdbcType=TIMESTAMP},
|
|
|
|
|
+
|
|
|
|
|
+ #{updater,jdbcType=VARCHAR}, #{creatorid,jdbcType=INTEGER}, #{createtime,jdbcType=TIMESTAMP}, #{creator,jdbcType=VARCHAR},
|
|
|
|
|
+
|
|
|
#{puText1,jdbcType=VARCHAR}, #{puText2,jdbcType=VARCHAR}, #{puText3,jdbcType=VARCHAR},
|
|
#{puText1,jdbcType=VARCHAR}, #{puText2,jdbcType=VARCHAR}, #{puText3,jdbcType=VARCHAR},
|
|
|
#{puText4,jdbcType=VARCHAR}, #{puText5,jdbcType=VARCHAR}, #{puShipaddresscode,jdbcType=LONGVARCHAR}
|
|
#{puText4,jdbcType=VARCHAR}, #{puText5,jdbcType=VARCHAR}, #{puShipaddresscode,jdbcType=LONGVARCHAR}
|
|
|
)
|
|
)
|
|
@@ -157,6 +167,17 @@
|
|
|
<if test="updateTime != null" >
|
|
<if test="updateTime != null" >
|
|
|
updateTime,
|
|
updateTime,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="updater != null" >
|
|
|
|
|
+ updater,
|
|
|
|
|
+ </if><if test="creatorId != null" >
|
|
|
|
|
+ creatorId,
|
|
|
|
|
+ </if><if test="createTime != null" >
|
|
|
|
|
+ createTime,
|
|
|
|
|
+ </if><if test="creator != null" >
|
|
|
|
|
+ creator,
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
<if test="pu_text1 != null" >
|
|
<if test="pu_text1 != null" >
|
|
|
pu_text1,
|
|
pu_text1,
|
|
|
</if>
|
|
</if>
|
|
@@ -246,6 +267,18 @@
|
|
|
<if test="updateTime != null" >
|
|
<if test="updateTime != null" >
|
|
|
#{updateTime,jdbcType=TIMESTAMP},
|
|
#{updateTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="updater != null" >
|
|
|
|
|
+ #{updater,jdbcType=VARCHAR},
|
|
|
|
|
+ </if><if test="creatorId != null" >
|
|
|
|
|
+ #{creatorId,jdbcType=INTEGER},
|
|
|
|
|
+ </if><if test="createTime != null" >
|
|
|
|
|
+ #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
+ </if><if test="creator != null" >
|
|
|
|
|
+ #{creator,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<if test="pu_text1 != null" >
|
|
<if test="pu_text1 != null" >
|
|
|
#{pu_text1,jdbcType=VARCHAR},
|
|
#{pu_text1,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
@@ -335,9 +368,15 @@
|
|
|
<if test="updaterId != null" >
|
|
<if test="updaterId != null" >
|
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
<if test="updateTime != null" >
|
|
<if test="updateTime != null" >
|
|
|
updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+
|
|
|
|
|
+ <if test="updater != null" >
|
|
|
|
|
+ updater = #{updater,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+
|
|
|
<if test="pu_text1 != null" >
|
|
<if test="pu_text1 != null" >
|
|
|
pu_text1 = #{pu_text1,jdbcType=VARCHAR},
|
|
pu_text1 = #{pu_text1,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
@@ -384,6 +423,7 @@
|
|
|
companyid = #{companyId,jdbcType=INTEGER},
|
|
companyid = #{companyId,jdbcType=INTEGER},
|
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
|
|
+ updater = #{updater,jdbcType=VARCHAR},
|
|
|
pu_text1 = #{pu_text1,jdbcType=VARCHAR},
|
|
pu_text1 = #{pu_text1,jdbcType=VARCHAR},
|
|
|
pu_text2 = #{pu_text2,jdbcType=VARCHAR},
|
|
pu_text2 = #{pu_text2,jdbcType=VARCHAR},
|
|
|
pu_text3 = #{pu_text3,jdbcType=VARCHAR},
|
|
pu_text3 = #{pu_text3,jdbcType=VARCHAR},
|