修复bug,DNS欺骗ip删除传入fake id

This commit is contained in:
wangxin
2018-03-28 10:16:27 +08:00
parent e3d8a491b1
commit 9f8ead8635
6 changed files with 43 additions and 19 deletions

View File

@@ -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>