新增清空(登录、操作、调度)日志

This commit is contained in:
RuoYi
2018-10-03 17:42:25 +08:00
parent fffeef3db5
commit e68e13bc16
38 changed files with 240 additions and 83 deletions

View File

@@ -48,5 +48,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{infoId}
</foreach>
</delete>
<update id="cleanLogininfor">
truncate table sys_logininfor
</update>
</mapper>