springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
@@ -1652,9 +1652,9 @@ if (e.getMessage().contains("union_phone_type")) { userDao.deleteStoreByPhoneAndStatus(storeVO.getPhone()); roleDAO.deleteByRoleKey(Constants.SHOP_ROLE_KEY + storeVO.getStoreAccount()); throw new ServiceException("手机号已经存在"); return R.fail("手机号已经存在"); } else if (e.getMessage().contains("union_account_type")) { throw new ServiceException("账户已经存在"); return R.fail("账户已经存在"); } } return R.fail();