|
|
@@ -4,9 +4,9 @@
|
|
|
<mapper namespace="cn.reghao.tnb.file.app.db.mapper.FileUrlMapper">
|
|
|
<insert id="save" useGeneratedKeys="true" keyProperty="id">
|
|
|
insert into file_url
|
|
|
- (`id`,`deleted`,`create_time`,`update_time`,`file_id`,`block_id`,`relative_path`,`url`,`path`,`dc_id`,`node_id`)
|
|
|
+ (`id`,`deleted`,`create_time`,`update_time`,`file_id`,`block_id`,`relative_path`,`url`,`path`,`group`,`node`)
|
|
|
values
|
|
|
- (#{id},#{deleted},#{createTime},#{updateTime},#{fileId},#{blockId},#{relativePath},#{url},#{path},#{dcId},#{nodeId})
|
|
|
+ (#{id},#{deleted},#{createTime},#{updateTime},#{fileId},#{blockId},#{relativePath},#{url},#{path},#{group},#{node})
|
|
|
</insert>
|
|
|
|
|
|
<update id="updateSetFileUrl">
|