|
|
@@ -167,14 +167,14 @@
|
|
|
sign_date, sign_comment, complete_date,
|
|
|
complete_comment, deleted_sign, order_no,
|
|
|
status, contacts, contact_mobile,
|
|
|
- task_distribution,public_status)
|
|
|
+ task_distribution)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
#{updateTime,jdbcType=TIMESTAMP}, #{creater,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
|
|
|
#{type,jdbcType=VARCHAR}, #{principal,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR},
|
|
|
#{signDate,jdbcType=TIMESTAMP}, #{signComment,jdbcType=VARCHAR}, #{completeDate,jdbcType=TIMESTAMP},
|
|
|
#{completeComment,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR},
|
|
|
#{status,jdbcType=INTEGER}, #{contacts,jdbcType=VARCHAR}, #{contactMobile,jdbcType=VARCHAR},
|
|
|
- #{taskDistribution,jdbcType=INTEGER},#{publicStatus,jdbcType=INTEGER})
|
|
|
+ #{taskDistribution,jdbcType=INTEGER})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.Contract">
|
|
|
<!--
|
|
|
@@ -746,7 +746,8 @@
|
|
|
commodity_quantity,
|
|
|
task_status,
|
|
|
task_comment,
|
|
|
- create_time
|
|
|
+ create_time,
|
|
|
+ publish_status
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
@@ -760,7 +761,8 @@
|
|
|
#{item.commodityQuantity,jdbcType=INTEGER},
|
|
|
#{item.taskStatus,jdbcType=INTEGER},
|
|
|
#{item.taskComment,jdbcType=VARCHAR},
|
|
|
- #{item.createTime,jdbcType=TIMESTAMP}
|
|
|
+ #{item.createTime,jdbcType=TIMESTAMP},
|
|
|
+ #{item.publishStatus,jdbcType=INTEGER}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|