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