| 
					
				 | 
			
			
				@@ -429,6 +429,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             HttpResponseResult<List<String>> check = adminFeignService.accountLogoffCheck(phone); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!check.getStatus()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                log.error("logoffByPhone check error", check.getMsg()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 throw new BizException("数据检查失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             List<String> errMsg = check.getData(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -436,6 +437,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return HttpResponseResult.failed(5201, null, JSON.toJSONString(errMsg)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } catch (Exception e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            log.error("logoffByPhone check error", e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             throw new BizException("数据检查失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         int num = sysUserDao.countByPhone(phone); 
			 |