|
|
@@ -729,6 +729,7 @@
|
|
|
commodity_mode,
|
|
|
commodity_type,
|
|
|
commodity_quantity,
|
|
|
+ task_status,
|
|
|
create_time
|
|
|
)
|
|
|
values
|
|
|
@@ -741,6 +742,7 @@
|
|
|
#{item.commodityMode,jdbcType=VARCHAR},
|
|
|
#{item.commodityType,jdbcType=INTEGER},
|
|
|
#{item.commodityQuantity,jdbcType=INTEGER},
|
|
|
+ #{item.taskStatus,jdbcType=INTEGER},
|
|
|
#{item.createTime,jdbcType=TIMESTAMP}
|
|
|
)
|
|
|
</foreach>
|