稽查优化修改
This commit is contained in:
@@ -307,7 +307,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
|
||||
|
||||
var isSuccess = await _trialSiteUserRepository.UpdatePartialFromQueryAsync(id, u => new TrialSiteUser()
|
||||
{ IsDeleted = isDelete, DeletedTime = isDelete ? DateTime.Now : null },true);
|
||||
{ IsDeleted = isDelete, DeletedTime = isDelete ? DateTime.Now : null },true,true);
|
||||
|
||||
return ResponseOutput.Ok(isSuccess);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user