|
|
@@ -202,13 +202,13 @@
|
|
|
commodity_mode, create_time, task_comment,
|
|
|
task_status, task_distribution_time, task_allocator,
|
|
|
task_receiver, deleted_sign, serial_number,
|
|
|
- attachment_url)
|
|
|
+ attachment_url,publish_status)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{contractId,jdbcType=VARCHAR}, #{commodityId,jdbcType=VARCHAR},
|
|
|
#{commodityName,jdbcType=VARCHAR}, #{commodityQuantity,jdbcType=INTEGER}, #{commodityType,jdbcType=INTEGER},
|
|
|
#{commodityMode,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{taskComment,jdbcType=VARCHAR},
|
|
|
#{taskStatus,jdbcType=INTEGER}, #{taskDistributionTime,jdbcType=TIMESTAMP}, #{taskAllocator,jdbcType=VARCHAR},
|
|
|
#{taskReceiver,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER}, #{serialNumber,jdbcType=INTEGER},
|
|
|
- #{attachmentUrl,jdbcType=LONGVARCHAR})
|
|
|
+ #{attachmentUrl,jdbcType=LONGVARCHAR},#{publishStatus,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.ContractTask">
|
|
|
<!--
|