Antiloveg лет назад: 8
Родитель
Сommit
cca3348a42
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/main/java/com/goafanti/user/controller/UserApiController.java

+ 6 - 0
src/main/java/com/goafanti/user/controller/UserApiController.java

@@ -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());