select id, station_code, station_name, personnel_id, personnel_name, device_id, device_name, remark, create_by_id, create_by,
create_time, update_by_id, update_by, update_time, del_flag, data_approval_status, process_key, task_process_key, task_node_key,team_name,team_code,station_type
from fjqydb.station_information
insert into {DBNAME}.station_information
station_code,
station_name,
personnel_id,
personnel_name,
device_id,
device_name,
remark,
create_by_id,
create_by,
create_time,
update_by_id,
update_by,
update_time,
del_flag,
data_approval_status,
process_key,
task_process_key,
task_node_key,
team_name,
team_code,
station_type
#{stationCode},
#{stationName},
#{personnelId},
#{personnelName},
#{deviceId},
#{deviceName},
#{remark},
#{createById},
#{createBy},
#{createTime},
#{updateById},
#{updateBy},
#{updateTime},
#{delFlag},
#{dataApprovalStatus},
#{processKey},
#{taskProcessKey},
#{taskNodeKey},
#{teamName},
#{teamCode},
#{stationType}
update {DBNAME}.station_information
station_code = #{stationCode},
station_name = #{stationName},
personnel_id = #{personnelId},
personnel_name = #{personnelName},
device_id = #{deviceId},
device_name = #{deviceName},
remark = #{remark},
create_by_id = #{createById},
create_by = #{createBy},
create_time = #{createTime},
update_by_id = #{updateById},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
data_approval_status = #{dataApprovalStatus},
process_key = #{processKey},
task_process_key = #{taskProcessKey},
task_node_key = #{taskNodeKey},
team_name=#{teamName},
station_type=#{stationType}
where id = #{id}
update fjqydb.station_information
station_name = #{stationName},
personnel_id = #{personnelId},
personnel_name = #{personnelName},
device_id = #{deviceId},
device_name = #{deviceName},
remark = #{remark},
create_by_id = #{createById},
create_by = #{createBy},
create_time = #{createTime},
update_by_id = #{updateById},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
data_approval_status = #{dataApprovalStatus},
process_key = #{processKey},
task_process_key = #{taskProcessKey},
task_node_key = #{taskNodeKey},
team_name=#{teamName},
team_code=#{teamCode},
station_type=#{stationType}
where station_code = #{stationCode}
update fjqydb.station_information
station_name = #{stationName},
personnel_id = #{personnelId},
personnel_name = #{personnelName},
device_id = #{deviceId},
device_name = #{deviceName},
remark = #{remark},
create_by_id = #{createById},
create_by = #{createBy},
create_time = #{createTime},
update_by_id = #{updateById},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
data_approval_status = #{dataApprovalStatus},
process_key = #{processKey},
task_process_key = #{taskProcessKey},
task_node_key = #{taskNodeKey},
team_name=#{teamName},
team_code=#{teamCode},
station_type=#{stationType}
where device_name = #{deviceName}
delete from {DBNAME}.station_information where id = #{id}
delete from {DBNAME}.station_information where id in
#{id}