publish 2.0.0.rc34

This commit is contained in:
曾文豪
2024-08-16 11:50:48 +08:00
parent 7f601c8e60
commit 6997dea968
16 changed files with 30 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.0.rc33</version>
<version>2.0.0.rc34</version>
</parent>
<artifactId>springboot-web</artifactId>

View File

@@ -179,7 +179,7 @@ public class CoreLogService extends TsServiceBase<CoreLogOperationMapper, CoreLo
if (tokenBean == null || StrUtil.isEmpty(tokenBean.getId())) {
return;
}
RequestUserInfo requestUserInfo = tieshengWebConfigurer.configureLogin().getCachedUserInfo(tokenBean);
RequestUserInfo requestUserInfo = tieshengWebConfigurer.configureLogin().getCachedUserInfo(tokenBean, false);
if (requestUserInfo == null) {
return;
}