id,
station_id,
station_name,
dd,
ghq_mc,
ghq_ggxh,
ghq_sccj,
ghh_mc,
ghh_ggxh,
ghh_sccj,
ghyy,
operation_date,
operator,
remark,
submit_state,
del_flag,
create_by,
create_time,
update_by,
update_time
select replace(uuid(), '-', '') from dual
INSERT INTO bus_jceb_lbjghjl
station_id,
dd,
ghq_mc,
ghq_ggxh,
ghq_sccj,
ghh_mc,
ghh_ggxh,
ghh_sccj,
ghyy,
operation_date,
operator,
remark,
submit_state,
del_flag,
create_by,
create_time,
update_by,
update_time
#{stationId},
#{dd},
#{ghqMc},
#{ghqGgxh},
#{ghqSccj},
#{ghhMc},
#{ghhGgxh},
#{ghhSccj},
#{ghyy},
#{operationDate},
#{operator},
#{remark},
#{submitState},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime}
UPDATE bus_jceb_lbjghjl
set del_flag='1'
WHERE id = #{id}
UPDATE bus_jceb_lbjghjl
station_id = #{stationId},
dd = #{dd},
ghq_mc = #{ghqMc},
ghq_ggxh = #{ghqGgxh},
ghq_sccj = #{ghqSccj},
ghh_mc = #{ghhMc},
ghh_ggxh = #{ghhGgxh},
ghh_sccj = #{ghhSccj},
ghyy = #{ghyy},
operation_date = #{operationDate},
operator = #{operator},
remark = #{remark},
submit_state = #{submitState},
del_flag = #{delFlag},
update_by = #{updateBy},
update_time = #{updateTime}
WHERE id = #{id}