최종 확정 - 주간보고에 각 담당자 cc 에서 제거

This commit is contained in:
chi
2020-12-14 10:06:07 +09:00
parent bd41902254
commit 72fbd69856
3 changed files with 83 additions and 78 deletions

View File

@@ -69,7 +69,7 @@ namespace JobReportMailService
}
catch (Exception ex)
{
Console.WriteLine("일간업무알림 실패: " + ex.Message);
}
try
@@ -78,7 +78,7 @@ namespace JobReportMailService
}
catch (Exception ex)
{
Console.WriteLine("주간업무알림 실패: " +ex.Message);
}
}