Commit 55f7c981 by 宋振民

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

parent 7e2477c8
......@@ -34,7 +34,8 @@
audit_log al
LEFT JOIN sys_user su ON su.id = al.user_id
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
al.create_date DESC
</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