id,
found_date,
line_name,
station_name,
qxsbmc,
yxbh,
qxdj,
qxnr,
reason,
zrbm,
sjgq,
rectify_result,
rectify_way,
rectify_date,
counted,
plan_date,
create_by,
create_time,
update_by,
update_time,
del_flag,
file_id
INSERT INTO show_bdyc
found_date,
line_name,
station_name,
qxsbmc,
yxbh,
qxdj,
qxnr,
reason,
zrbm,
sjgq,
rectify_result,
rectify_way,
rectify_date,
counted,
plan_date,
create_by,
create_time,
file_id,
found_mode,
del_flag
#{foundDate},
#{lineName},
#{stationName},
#{qxsbmc},
#{yxbh},
#{qxdj},
#{qxnr},
#{reason},
#{zrbm},
#{sjgq},
#{rectifyResult},
#{rectifyWay},
#{rectifyDate},
#{counted},
#{planDate},
#{createBy},
#{createTime},
#{fileId},
#{foundMode},
#{delFlag}
UPDATE show_bdyc
set del_flag='1'
WHERE id = #{id}
UPDATE show_bdyc
found_date = #{foundDate},
line_name = #{lineName},
station_name = #{stationName},
qxsbmc = #{qxsbmc},
yxbh = #{yxbh},
qxdj = #{qxdj},
qxnr = #{qxnr},
reason = #{reason},
zrbm = #{zrbm},
sjgq = #{sjgq},
rectify_result = #{rectifyResult},
rectify_way = #{rectifyWay},
rectify_date = #{rectifyDate},
counted = #{counted},
plan_date = #{planDate},
update_by = #{updateBy},
update_time = #{updateTime},
file_id = #{fileId},
del_flag = #{delFlag}
WHERE id = #{id}