fix problem
This commit is contained in:
		
							parent
							
								
									ce738a64f4
								
							
						
					
					
						commit
						b213464345
					
				@ -923,7 +923,7 @@ namespace FrontendWebApi.ApiControllers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            try
 | 
					            try
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                await backendRepository.ExecuteSql("update userinfo deleted = 1 where deleted = 0");
 | 
					                await backendRepository.ExecuteSql("update userinfo set deleted = 1 where deleted = 0");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (post != null)
 | 
					                if (post != null)
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user