| | |
| | | data.put("phone", StringUtils.isEmptyString(party.getPhone()) || false == party.getPhone_authority() ? "" : party.getPhone()); |
| | | data.put("phone_filled", StringUtils.isEmptyString(party.getPhone()) ? "" : party.getPhone()); |
| | | data.put("phone_authority", party.getPhone_authority()); |
| | | data.put("email", StringUtils.isEmptyString(party.getEmail()) || false == party.getEmail_authority() ? "" : party.getEmail()); |
| | | data.put("email", party.getEmail()); |
| | | data.put("email_filled", StringUtils.isEmptyString(party.getEmail()) ? "" : party.getEmail()); |
| | | data.put("email_authority", party.getEmail_authority()); |
| | | data.put("email_authority", true); |
| | | data.put("google_auth_secret", StringUtils.isEmptyString(secUser.getGoogle_auth_secret()) || false == secUser.isGoogle_auth_bind() ? "" : secUser.getGoogle_auth_secret()); |
| | | data.put("google_auth_secret_filled", StringUtils.isEmptyString(secUser.getGoogle_auth_secret()) ? "" : secUser.getGoogle_auth_secret()); |
| | | data.put("google_auth_bind", secUser.isGoogle_auth_bind()); |