insert into xhpc_operator_internet_blacklist
xhpc_user_privilege_id,
user_id,
charging_station_id,
status,
create_time,
create_by,
update_time,
update_by,
remark
#{xhpcUserPrivilegeId},
#{userId},
#{chargingStationId},
#{status},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark}
delete from xhpc_station_internet_blacklist where internet_user_id = #{internetUserId}