select hidden_trouble_type_id, create_by, create_time, update_by, update_time, remark, hidden_trouble_name, company_id from tr_hidden_trouble_type
insert into tr_hidden_trouble_type
hidden_trouble_type_id,
create_by,
create_time,
update_by,
update_time,
remark,
hidden_trouble_name,
company_id,
#{hiddenTroubleTypeId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{hiddenTroubleName},
#{companyId},
update tr_hidden_trouble_type
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
hidden_trouble_name = #{hiddenTroubleName},
company_id = #{companyId},
where hidden_trouble_type_id = #{hiddenTroubleTypeId}
delete from tr_hidden_trouble_type where hidden_trouble_type_id = #{hiddenTroubleTypeId}
delete from tr_hidden_trouble_type where hidden_trouble_type_id in
#{hiddenTroubleTypeId}