打开系统反馈
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-06 18:04:14 +08:00
parent 405db77dea
commit 8ec67d72f1
4 changed files with 14 additions and 31 deletions
@@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service
if (addOrEditUserFeedBack.VisitTaskId != null || addOrEditUserFeedBack.Id == null)
{
//await mailService.UserFeedBackMail(entity.Id);
await mailService.UserFeedBackMail(entity.Id);
}
return ResponseOutput.Ok(entity.Id.ToString());