insert into ma_type_repair(type_id, user_id,company_id ,time) values (#{item.typeIds},#{item.userId},#{item.companyId},NOW()) DELETE FROM ma_type_repair WHERE `type_id` = #{typeId} delete from ma_type_repair where type_id in #{typeIds}