Commit 55f7c981 by 宋振民

feat:审计日志新增登录时长

parent 7e2477c8
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
audit_log al audit_log al
LEFT JOIN sys_user su ON su.id = al.user_id LEFT JOIN sys_user su ON su.id = al.user_id
WHERE WHERE
al.state = 1 al.state = 1 and al.operate_type in ('login','logout')
and al.token is not null and al.token<![CDATA[ <> ]]>""
ORDER BY ORDER BY
al.create_date DESC al.create_date DESC
</select> </select>
......
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