휴가 신청시 - 입력 불가하도록
This commit is contained in:
@@ -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(';');
|
||||
|
||||
Reference in New Issue
Block a user