瀏覽代碼

新增权利类型

chenendian 2 天之前
父節點
當前提交
c2944ff986
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      siwei-modules/siwei-apply/src/main/resources/mapper/cadastre/CadastreFileMapper.xml

+ 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 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, 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 (
         ) VALUES (
             #{id}, #{name}, #{uploadUser}, #{uploadTime}, #{filePath}, #{proxyPath}, #{unzipPath}, #{fileType}, #{storage}, #{status}, #{readStatus}, #{readMessage}, #{fileStorageTime},#{updateTime}, #{fileSize},#{landRightType}
             #{id}, #{name}, #{uploadUser}, #{uploadTime}, #{filePath}, #{proxyPath}, #{unzipPath}, #{fileType}, #{storage}, #{status}, #{readStatus}, #{readMessage}, #{fileStorageTime},#{updateTime}, #{fileSize},#{landRightType}
         )
         )