修改删除

Uat_Study
hang 2022-04-01 10:42:30 +08:00
parent 9d2455a898
commit 099d76a53c
1 changed files with 1 additions and 1 deletions

View File

@ -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>