|
@@ -66,7 +66,7 @@
|
|
|
decoration_situation, house_type_id, house_type_picture,
|
|
|
created_id, created_at, updated_at,
|
|
|
updated_id, sale_status, sold_status,
|
|
|
- two_point_two, remark, is_choose,del_flag)
|
|
|
+ two_point_two, remark, is_choose,del_flag, nature)
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(#{item.id,jdbcType=VARCHAR}, #{item.buildId,jdbcType=VARCHAR}, #{item.discId,jdbcType=VARCHAR},
|
|
@@ -79,7 +79,7 @@
|
|
|
#{item.createdId,jdbcType=VARCHAR}, #{item.createdAt,jdbcType=TIMESTAMP}, #{item.updatedAt,jdbcType=TIMESTAMP},
|
|
|
#{item.updatedId,jdbcType=VARCHAR}, #{item.saleStatus,jdbcType=INTEGER}, #{item.soldStatus,jdbcType=INTEGER},
|
|
|
#{item.twoPointTwo,jdbcType=VARCHAR}, #{item.remark,jdbcType=LONGVARCHAR}, #{item.isChoose,jdbcType=INTEGER},
|
|
|
- #{item.delFlag,jdbcType=VARCHAR}
|
|
|
+ #{item.delFlag,jdbcType=VARCHAR}, #{item.nature,jdbcType=VARCHAR}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|