完成拉取本行信息后端实现与校验
This commit is contained in:
@@ -30,13 +30,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<insert id="insertBatch" parameterType="java.util.List" useGeneratedKeys="true" keyProperty="id">
|
||||
insert into ccdi_file_upload_record (
|
||||
project_id, lsfx_project_id, file_name, file_size, file_status,
|
||||
upload_time, upload_user
|
||||
enterprise_names, account_nos, upload_time, upload_user
|
||||
) values
|
||||
<foreach collection="list" item="item" separator=",">
|
||||
(
|
||||
#{item.projectId}, #{item.lsfxProjectId}, #{item.fileName},
|
||||
#{item.fileSize}, #{item.fileStatus}, #{item.uploadTime},
|
||||
#{item.uploadUser}
|
||||
#{item.fileSize}, #{item.fileStatus}, #{item.enterpriseNames},
|
||||
#{item.accountNos}, #{item.uploadTime}, #{item.uploadUser}
|
||||
)
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
Reference in New Issue
Block a user