修改删除
This commit is contained in:
@@ -194,7 +194,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
var isSuccess = await _trialSiteUserRepository.UpdateFromQueryAsync(u => u.Id == id, u => new TrialSiteUser()
|
||||
{ IsDeleted = isDelete, DeletedTime = isDelete ? DateTime.Now : null });
|
||||
|
||||
return ResponseOutput.Result(isSuccess);
|
||||
return ResponseOutput.Ok(isSuccess);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user