Compare commits

...

2 Commits

Author SHA1 Message Date
huwei 00b3d4cf5f Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	safety-eval-app/src/main/java/org/qinan/safetyeval/app/executor/AccountExecutor.java
2026-07-08 21:09:48 +08:00
huwei d30e1cd6e6 bug问题修护 2026-07-08 21:08:33 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ public class AccountExecutor implements AccountApi {
@Override
public SingleResponse<Integer> checkTerminalType() {
log.info("同步用户信息:{}", AuthUserContextAdapter.getCurrentUser());
System.err.println(AuthUserContextAdapter.getCurrentUser());
AccountEntity accountEntity = accountDomainService.get(AuthUserContextAdapter.getCurrentUserId());
if (accountEntity == null || accountEntity.getType() == null) {
throw new BizException(ErrorCode.ACCOUNT_NOT_FOUND);