select route_id, route_code, route_name, route_desc, enable_flag, remark,
attr1, attr2, attr3, attr4, create_by, create_time, update_by, update_time,
route_version,need_check
from pro_route
insert into pro_route
route_id,
route_code,
route_name,
route_desc,
enable_flag,
remark,
attr1,
attr2,
attr3,
attr4,
create_by,
create_time,
update_by,
update_time,
route_version,
need_check,
tec_man,
tec_man_unit,
tec_machine,
tec_machine_unit,
tec_depreciation,
tec_depreciation_unit,
tec_other,
tec_ohter_unit,
#{routeId},
#{routeCode},
#{routeName},
#{routeDesc},
#{enableFlag},
#{remark},
#{attr1},
#{attr2},
#{attr3},
#{attr4},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{routeVersion},
#{needCheck},
#{tecMan},
#{tecManUnit},
#{tecMachine},
#{tecMachineUnit},
#{tecDepreciation},
#{tecDepreciationUnit},
#{tecOther},
#{tecOtherUnit},
update pro_route
route_code = #{routeCode},
route_name = #{routeName},
route_desc = #{routeDesc},
enable_flag = #{enableFlag},
remark = #{remark},
tec_man = #{tecMan},
tec_man_unit = #{tecManUnit},
tec_machine = #{tecMachine},
tec_machine_unit = #{tecMachineUnit},
tec_depreciation = #{tecDepreciation},
tec_depreciation_unit = #{tecDepreciationUnit},
tec_other = #{tecOther},
tec_ohter_unit = #{tecOtherUnit},
attr1 = #{attr1},
attr2 = #{attr2},
attr3 = #{attr3},
attr4 = #{attr4},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
route_version = #{routeVersion},
#{needCheck},
where route_id = #{routeId}
delete from pro_route where route_id = #{routeId}
delete from pro_route where route_id in
#{routeId}