REQ-3581: 调整接口
This commit is contained in:
parent
366b14ea1b
commit
74bf5bcc2a
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user