|
|
@@ -27,9 +27,9 @@
|
|
|
|
|
|
<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
|
|
|
+ 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 (
|
|
|
- #{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>
|
|
|
|