修改国际化

This commit is contained in:
2023-06-28 10:03:29 +08:00
parent 808ade6e8d
commit c63251b832
2 changed files with 12 additions and 13 deletions
@@ -155,8 +155,6 @@ namespace IRaCIS.Application.Services
await _repository.BatchDeleteAsync<Attachment>(a => a.Id == updateGCPExperienceParam.GCPId);
}
return ResponseOutput.Result(successs, updateGCPExperienceParam.GCPId.ToString());
}