select id, maintenance_control, object, name, application_doc, fault_data, version, is_delete, create_by, create_time, update_by, update_time from phm_maintenance_test_control
insert into phm_maintenance_test_control
id,
maintenance_control,
object,
name,
application_doc,
fault_data,
version,
is_delete,
create_by,
create_time,
update_by,
update_time,
#{id},
#{maintenanceControl},
#{object},
#{name},
#{applicationDoc},
#{faultData},
#{version},
#{isDelete},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update phm_maintenance_test_control
maintenance_control = #{maintenanceControl},
object = #{object},
name = #{name},
application_doc = #{applicationDoc},
fault_data = #{faultData},
version = #{version},
is_delete = #{isDelete},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from phm_maintenance_test_control where id = #{id}
delete from phm_maintenance_test_control where id in
#{id}