Commit 8a1a84ed authored by 季圣华's avatar 季圣华
Browse files

解决登录时候日志记录的bug

parent 2b304137
...@@ -77,7 +77,7 @@ public class TenantConfig { ...@@ -77,7 +77,7 @@ public class TenantConfig {
return true; return true;
} else if ("com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant".equals(ms.getId())) { } else if ("com.jsh.erp.datasource.mappers.RoleMapperEx.getRoleWithoutTenant".equals(ms.getId())) {
return true; return true;
} else if ("com.jsh.erp.datasource.mappers.logMapperEx.insertLogWithUserId".equals(ms.getId())) { } else if ("com.jsh.erp.datasource.mappers.LogMapperEx.insertLogWithUserId".equals(ms.getId())) {
return true; return true;
} }
return false; return false;
......
Supports Markdown
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