REQ-3581: 加上上下文
This commit is contained in:
parent
9ee22dfc3b
commit
91b619077d
@ -168,7 +168,11 @@ public class OrgManager {
|
|||||||
sealPerson.setEssSealId(essSealId);
|
sealPerson.setEssSealId(essSealId);
|
||||||
sealPerson.setPersonId(personId);
|
sealPerson.setPersonId(personId);
|
||||||
sealPerson.setIsAuthorized(YesOrNo.NO);
|
sealPerson.setIsAuthorized(YesOrNo.NO);
|
||||||
essSealPersonDao.save(sealPerson);
|
try {
|
||||||
|
essSealPersonDao.save(sealPerson);
|
||||||
|
}
|
||||||
|
catch (DuplicateKeyException ignored) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@BizTransactional
|
@BizTransactional
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user