|
|
@@ -747,7 +747,7 @@
|
|
|
task_status,
|
|
|
task_comment,
|
|
|
create_time,
|
|
|
- public_status
|
|
|
+ publish_status
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
@@ -762,7 +762,7 @@
|
|
|
#{item.taskStatus,jdbcType=INTEGER},
|
|
|
#{item.taskComment,jdbcType=VARCHAR},
|
|
|
#{item.createTime,jdbcType=TIMESTAMP},
|
|
|
- #{item.publicStatus,jdbcType=INTEGER}
|
|
|
+ #{item.publishStatus,jdbcType=INTEGER}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|