t.id,
v.dept_id,
v.dept_name,
v.line_id,
v.line_name,
v.station_name as station_name,
t.station_id,
t.xingbie,
t.pillar_area,
t.station_track,
t.gxms,
t.dcbh,
t.xch,
t.wjcxclx,
t.sjbh,
t.del_flag,
t.create_by,
t.create_time,
t.update_by,
t.update_time
select replace(uuid(), '-', '') from dual
INSERT INTO base_wjcxc
station_id,
xingbie,
pillar_area,
station_track,
gxms,
dcbh,
xch,
wjcxclx,
del_flag,
create_by,
create_time,
update_by,
update_time,
sjbh
#{station_id},
#{xingbie},
#{pillarArea},
#{stationTrack},
#{gxms},
#{dcbh},
#{xch},
#{wjcxclx},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{sjbh}
UPDATE base_wjcxc
set del_flag='1'
WHERE id = #{id}
UPDATE base_wjcxc
station_id = #{stationId},
xingbie = #{xingbie},
pillar_area = #{pillarArea},
station_track = #{stationTrack},
gxms = #{gxms},
dcbh = #{dcbh},
xch = #{xch},
wjcxclx = #{wjcxclx},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
sjbh = #{sjbh}
WHERE id = #{id}