Commit 56df4055 by zt

修改

parent 4637a050
......@@ -63,6 +63,6 @@
</select>
<delete id="deleteBlackIp">
delete sys_login_blacklist where black_ip = #{blackIp}
delete from sys_login_blacklist where black_ip = #{blackIp}
</delete>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment