修复bug,DNS欺骗ip删除传入fake id
This commit is contained in:
@@ -141,5 +141,12 @@
|
||||
is_valid=0
|
||||
where cfg_id=#{cfgId}
|
||||
</update>
|
||||
<update id="deleteByFakeId">
|
||||
update
|
||||
dns_ip_cfg
|
||||
set
|
||||
is_valid=0
|
||||
where fake_id =#{fakeId}
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user