Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
8a1a84ed
Commit
8a1a84ed
authored
Feb 24, 2022
by
季圣华
Browse files
解决登录时候日志记录的bug
parent
2b304137
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/config/TenantConfig.java
View file @
8a1a84ed
...
...
@@ -77,7 +77,7 @@ public class TenantConfig {
return
true
;
}
else
if
(
"com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant"
.
equals
(
ms
.
getId
()))
{
return
true
;
}
else
if
(
"com.jsh.erp.datasource.mappers.
l
ogMapperEx.insertLogWithUserId"
.
equals
(
ms
.
getId
()))
{
}
else
if
(
"com.jsh.erp.datasource.mappers.
L
ogMapperEx.insertLogWithUserId"
.
equals
(
ms
.
getId
()))
{
return
true
;
}
return
false
;
...
...
Write
Preview
Supports
Markdown
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