|
|
@@ -434,6 +434,12 @@ public class UserApiController extends BaseApiController {
|
|
|
organizationIdentity.setPostalAddress(orgIdentityBo.getPostalAddress());
|
|
|
organizationIdentity.setPostcode(orgIdentityBo.getPostcode());
|
|
|
organizationIdentity.setLegalPerson(orgIdentityBo.getLegalPerson());
|
|
|
+ organizationIdentity.setFirstContacts(orgIdentityBo.getFirstContacts());
|
|
|
+ organizationIdentity.setSecondContacts(orgIdentityBo.getSecondContacts());
|
|
|
+ organizationIdentity.setThirdContacts(orgIdentityBo.getThirdContacts());
|
|
|
+ organizationIdentity.setFirstMobile(orgIdentityBo.getFirstMobile());
|
|
|
+ organizationIdentity.setSecondMobile(orgIdentityBo.getSecondMobile());
|
|
|
+ organizationIdentity.setThirdMobile(orgIdentityBo.getThirdMobile());
|
|
|
if (identity == null) {
|
|
|
organizationIdentity.setId(UUID.randomUUID().toString());
|
|
|
organizationIdentity.setUid(TokenManager.getUserId());
|