1
zj
2025-05-07 32589e8321e9797e89d5e509ff662cb8e216c507
src/main/java/project/web/api/UserController.java
@@ -998,9 +998,9 @@
            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());