稽查优化修改

This commit is contained in:
2022-08-24 09:09:19 +08:00
parent 071ad5acd5
commit c00f7a6163
12 changed files with 459 additions and 79 deletions
@@ -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);
}