Commit 56df4055 by zt

修改

parent 4637a050
...@@ -63,6 +63,6 @@ ...@@ -63,6 +63,6 @@
</select> </select>
<delete id="deleteBlackIp"> <delete id="deleteBlackIp">
delete sys_login_blacklist where black_ip = #{blackIp} delete from sys_login_blacklist where black_ip = #{blackIp}
</delete> </delete>
</mapper> </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