1
0
chenendian 2 дней назад
Родитель
Сommit
c2944ff986

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

@@ -27,7 +27,7 @@
 
     <insert id="add" parameterType="com.siwei.apply.domain.CadastreFile">
         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, land_change_mode
+            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_right_type
         ) VALUES (
             #{id}, #{name}, #{uploadUser}, #{uploadTime}, #{filePath}, #{proxyPath}, #{unzipPath}, #{fileType}, #{storage}, #{status}, #{readStatus}, #{readMessage}, #{fileStorageTime},#{updateTime}, #{fileSize},#{landRightType}
         )