Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bsoft
sv-springboot
Commits
55f7c981
Commit
55f7c981
authored
Mar 22, 2021
by
宋振民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:审计日志新增登录时长
parent
7e2477c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
hs-admin/src/main/resources/mapper/AuditLogMapper.xml
+2
-1
No files found.
hs-admin/src/main/resources/mapper/AuditLogMapper.xml
View file @
55f7c981
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment