REQ-3201: 备份
This commit is contained in:
parent
42cafa5892
commit
a8e3a3466c
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user