휴가 신청시 - 입력 불가하도록

This commit is contained in:
chi
2022-11-28 13:06:16 +09:00
parent e61d37ba18
commit 78bf436089
3 changed files with 383 additions and 336 deletions

View File

@@ -170,6 +170,8 @@ namespace JobReportMailService
if (.CompareTo(str_dt) < 1) continue;
}
//이 대상의 이메일이 받는 사람에 제외되어있다면 처리하지 않는다.
if (MailJW.exceptmail == null) MailJW.exceptmail = string.Empty;
var exxptolist = MailJW.exceptmail.ToUpper().Split(';');