REQ-3201: 备份

This commit is contained in:
yanglin 2025-02-12 13:54:09 +08:00
parent 42cafa5892
commit a8e3a3466c

View File

@ -80,9 +80,8 @@ class EssCallbackController implements EssCallbackApi, InitializingBean {
orgManager.updateSealState(operate.getSealId(), EssSealState.DISABLED);
if ("Enable".equals(operate.getOperate()))
orgManager.updateSealState(operate.getSealId(), EssSealState.ENABLED);
if ("Valid".equals(operate.getOperate())) {
if ("Valid".equals(operate.getOperate()))
orgManager.addSealAuthorization(operate.getSealId(), authorizedPersonOpenId.getPersonId(), 0L);
}
if ("Invalid".equals(operate.getOperate()))
orgManager.removeSealAuthorization(operate.getSealId(), authorizedPersonOpenId.getPersonId());
return operate.getSealId();