select check_point_id, ticket_id
from zdy_check_point_verifiable
insert into zdy_check_point_verifiable
check_point_id,
ticket_id,
#{checkPointId},
#{ticketId},
update zdy_check_point_verifiable
empower_flag =
#{empowerFlag},
where check_point_id = #{checkPointId} and ticket_id = #{ticketId}
delete from zdy_check_point_verifiable where check_point_id = #{checkPointId}
delete from zdy_check_point_verifiable where check_point_id in
#{checkPointId}
delete from zdy_check_point_verifiable where
check_point_id = #{checkPointId}
and ticket_id in
#{ticketId}