|
@@ -17,7 +17,7 @@
|
|
|
</resultMap>
|
|
|
|
|
|
<insert id="saveSpaceFileRecord">
|
|
|
- INSERT INTO t_space_file_record (id, filepath, zippath, from_type, create_time, from_route)
|
|
|
+ INSERT INTO t_fzss_zhxz_file (id, filepath, zippath, from_type, create_time, from_route)
|
|
|
VALUES (#{id},
|
|
|
#{filepath},
|
|
|
#{zippath},
|
|
@@ -36,12 +36,12 @@
|
|
|
filepath,
|
|
|
create_time,
|
|
|
area
|
|
|
- from t_space_file_record
|
|
|
+ from t_fzss_zhxz_file
|
|
|
where id = #{id}
|
|
|
</select>
|
|
|
|
|
|
<update id="updateSpaceFileRecord">
|
|
|
- update t_space_file_record
|
|
|
+ update t_fzss_zhxz_file
|
|
|
<set>
|
|
|
<if test="geom != null and geom != ''">geom =
|
|
|
public.st_transform(public.st_geomfromewkt(#{geom,jdbcType=OTHER}), 4326),
|