Compare commits
No commits in common. "00b3d4cf5f852fae483baf6903e78abbff5d8203" and "face3d535577e031ada564212c7149f630205930" have entirely different histories.
00b3d4cf5f
...
face3d5355
|
|
@ -148,8 +148,6 @@ public class AccountExecutor implements AccountApi {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SingleResponse<Integer> checkTerminalType() {
|
public SingleResponse<Integer> checkTerminalType() {
|
||||||
log.info("同步用户信息:{}", AuthUserContextAdapter.getCurrentUser());
|
|
||||||
System.err.println(AuthUserContextAdapter.getCurrentUser());
|
|
||||||
AccountEntity accountEntity = accountDomainService.get(AuthUserContextAdapter.getCurrentUserId());
|
AccountEntity accountEntity = accountDomainService.get(AuthUserContextAdapter.getCurrentUserId());
|
||||||
if (accountEntity == null || accountEntity.getType() == null) {
|
if (accountEntity == null || accountEntity.getType() == null) {
|
||||||
throw new BizException(ErrorCode.ACCOUNT_NOT_FOUND);
|
throw new BizException(ErrorCode.ACCOUNT_NOT_FOUND);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue