//减
set show_room_id = trim(both ',' from replace(concat(',', show_room_id, ','), #{id}, ','))
//加
set show_room_id = concat(show_room_id,","#{roomId})
//减
set show_room_id = trim(both ',' from replace(concat(',', show_room_id, ','), #{id}, ','))
//加
set show_room_id = concat(show_room_id,","#{roomId})