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