|
@@ -81,8 +81,8 @@
|
|
)
|
|
)
|
|
</insert>
|
|
</insert>
|
|
<insert id="insertFile" parameterType="CmProductArchiveFile" keyProperty="id" useGeneratedKeys="true">
|
|
<insert id="insertFile" parameterType="CmProductArchiveFile" keyProperty="id" useGeneratedKeys="true">
|
|
- insert into cm_product_archive_file(archiveContentId, fileName, ossName, ossUrl, htmlUrl, uploadTime)
|
|
|
|
- values (#{archiveContentId}, #{fileName}, #{ossName}, #{ossUrl}, #{htmlUrl}, now());
|
|
|
|
|
|
+ insert into cm_product_archive_file(archiveContentId, fileName, ossName, ossUrl, uploadTime)
|
|
|
|
+ values (#{archiveContentId}, #{fileName}, #{ossName}, #{ossUrl}, now());
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
<update id="update">
|
|
<update id="update">
|