select id, line_code, line_name, status, site_audit_man, site_audit_man_code, market_man, market_man_code, operate_man, operate_man_code, country, apply_scope, logo_type from emis_trans_line insert into emis_trans_line id, line_code, line_name, status, site_audit_man, site_audit_man_code, market_man, market_man_code, operate_man, operate_man_code, country, apply_scope, logo_type, #{id}, #{lineCode}, #{lineName}, #{status}, #{siteAuditMan}, #{siteAuditManCode}, #{marketMan}, #{marketManCode}, #{operateMan}, #{operateManCode}, #{country}, #{applyScope}, #{logoType}, update emis_trans_line line_code = #{lineCode}, line_name = #{lineName}, status = #{status}, site_audit_man = #{siteAuditMan}, site_audit_man_code = #{siteAuditManCode}, market_man = #{marketMan}, market_man_code = #{marketManCode}, operate_man = #{operateMan}, operate_man_code = #{operateManCode}, country = #{country}, apply_scope = #{applyScope}, logo_type = #{logoType}, where id = #{id} delete from emis_trans_line where id = #{id} delete from emis_trans_line where id in #{id}