REQ-3581: 调整接口

This commit is contained in:
yanglin 2025-02-26 15:02:53 +08:00
parent 366b14ea1b
commit 74bf5bcc2a

View File

@ -91,6 +91,11 @@ class CallbackController implements EssCallbackApi, InitializingBean {
try { try {
essService.essAddSealAuthorization(addSealAuthorizationRequest); essService.essAddSealAuthorization(addSealAuthorizationRequest);
} catch (Exception e) { } catch (Exception e) {
String subject = idbuilder()
.append(sealPerson.getEssSealId())
.append(sealPerson.getPersonId())
.build();
essLogDao.log(e, "essAddSealAuthorization", subject);
log.warn("add seal authorization failed", e); log.warn("add seal authorization failed", e);
} }
} }