chenendian пре 2 дана
родитељ
комит
5da066dc24

+ 2 - 2
siwei-modules/siwei-apply/src/main/resources/mapper/cadastre/CadastreFileMapper.xml

@@ -27,9 +27,9 @@
 
 
     <insert id="add" parameterType="com.siwei.apply.domain.CadastreFile">
     <insert id="add" parameterType="com.siwei.apply.domain.CadastreFile">
         INSERT INTO t_cadastre_file (
         INSERT INTO t_cadastre_file (
-            id, name, upload_user, upload_time, file_path, proxy_path, unzip_path, file_type, storage, status, read_status, read_message, file_storage_time, update_time, file_size
+            id, name, upload_user, upload_time, file_path, proxy_path, unzip_path, file_type, storage, status, read_status, read_message, file_storage_time, update_time, file_size, land_change_mode
         ) VALUES (
         ) VALUES (
-            #{id}, #{name}, #{uploadUser}, #{uploadTime}, #{filePath}, #{proxyPath}, #{unzipPath}, #{fileType}, #{storage}, #{status}, #{readStatus}, #{readMessage}, #{fileStorageTime}, #{updateTime}, #{fileSize}
+            #{id}, #{name}, #{uploadUser}, #{uploadTime}, #{filePath}, #{proxyPath}, #{unzipPath}, #{fileType}, #{storage}, #{status}, #{readStatus}, #{readMessage}, #{fileStorageTime},#{updateTime}, #{fileSize},#{landRightType}
         )
         )
     </insert>
     </insert>