1
This commit is contained in:
		
							parent
							
								
									dc039c92e5
								
							
						
					
					
						commit
						0cf04735a9
					
				@ -233,6 +233,8 @@ namespace asg_form.Controllers.Teamregistration
 | 
			
		||||
                        if (user == null) return Ok(new { code = 404, message = "用户2未找到" });
 | 
			
		||||
                        query.status = "3";
 | 
			
		||||
                        _ = user.officium == null;
 | 
			
		||||
                        await testDb.SaveChangesAsync();
 | 
			
		||||
                        await userManager.UpdateAsync(user);
 | 
			
		||||
                        return Ok(new { code = 200, message = "修改成功" });
 | 
			
		||||
                    }catch (Exception ex)
 | 
			
		||||
                    {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user