漏扫问题修改;
This commit is contained in:
@@ -58,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</insert>
|
||||
|
||||
<insert id="batchInsert" parameterType="java.util.List">
|
||||
insert into receiving_account (account_name, account_information, del_flag, create_time, update_time)
|
||||
insert into receiving_account (account_name, account_information, del_flag, create_time, update_time,top_organization_id, organization_id)
|
||||
values
|
||||
<foreach collection="list" item="item" separator=",">
|
||||
(
|
||||
@@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{item.accountInformation},
|
||||
#{item.delFlag},
|
||||
#{item.createTime},
|
||||
#{item.updateTime}
|
||||
#{item.updateTime},#{item.topOrganizationId},#{item.organizationId}
|
||||
)
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
Reference in New Issue
Block a user