Aslee преди 3 години
родител
ревизия
b2e4bee0b1
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/resources/mappings/modules/archive/CmProductArchiveContentMapper.xml

+ 2 - 2
src/main/resources/mappings/modules/archive/CmProductArchiveContentMapper.xml

@@ -81,8 +81,8 @@
 		)
 	</insert>
 	<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>
 
 	<update id="update">