t.id,
v.station_name as station_name,
v.station_id,
t.dept_station_id,
t.operation_date,
t.xsjcfs,
t.qxdd,
t.qxnr,
t.qxdj,
t.yqwcsj,
t.operator,
t.clcs,
t.cljg,
t.clqxldr,
t.clqxczz,
t.clrq,
t.remark,
t.submit_state,
t.create_by,
t.create_time,
t.update_by,
t.update_time,
t.user_id,
t.del_flag
INSERT INTO bus_jceb_xsjcjl
dept_station_id,
operation_date,
xsjcfs,
qxdd,
qxnr,
qxdj,
yqwcsj,
operator,
clcs,
cljg,
clqxldr,
clqxczz,
clrq,
remark,
submit_state,
create_by,
create_time,
update_by,
update_time,
user_id,
del_flag
#{deptStationId},
#{operationDate},
#{xsjcfs},
#{qxdd},
#{qxnr},
#{qxdj},
#{yqwcsj},
#{operator},
#{clcs},
#{cljg},
#{clqxldr},
#{clqxczz},
#{clrq},
#{remark},
#{submitState},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{userId},
#{delFlag}
UPDATE bus_jceb_xsjcjl
set del_flag='1'
WHERE id = #{id}
UPDATE bus_jceb_xsjcjl
dept_station_id = #{deptStationId},
operation_date = #{operationDate},
xsjcfs = #{xsjcfs},
qxdd = #{qxdd},
qxnr = #{qxnr},
qxdj = #{qxdj},
yqwcsj = #{yqwcsj},
operator = #{operator},
clcs = #{clcs},
cljg = #{cljg},
clqxldr = #{clqxldr},
clqxczz = #{clqxczz},
clrq = #{clrq},
remark = #{remark},
submit_state = #{submitState},
update_by = #{updateBy},
update_time = #{updateTime},
user_id = #{userId},
del_flag = #{delFlag}
WHERE id = #{id}