staff_user_vip
id,
staff_id,user_vip_id,is_delete,create_time,update_time
#{staffId},#{userVipId},
#{isDelete},now(),now()
staff_id = #{staffId},
user_vip_id = #{userVipId},
is_delete = #{isDelete},
update_time =now()
and staff_id = #{staffId}
and user_vip_id = #{userVipId}
and is_delete = #{isDelete}
and create_time >= #{createTime}
and #{updateTime} >= update_time
insert into
()
value(
)