REQ-3581: 调整接口
This commit is contained in:
parent
74bf5bcc2a
commit
fee6c09acf
@ -169,10 +169,7 @@ public class OrgManager {
|
||||
sealPerson.setEssSealId(essSealId);
|
||||
sealPerson.setPersonId(personId);
|
||||
sealPerson.setIsAuthorized(YesOrNo.NO);
|
||||
try {
|
||||
essSealPersonDao.save(sealPerson);
|
||||
} catch (DuplicateKeyException ignored) {
|
||||
}
|
||||
essSealPersonDao.save(sealPerson);
|
||||
}
|
||||
|
||||
@BizTransactional
|
||||
|
||||
Loading…
Reference in New Issue
Block a user