project 데이터 변경시 메일 발송 오류 수정

This commit is contained in:
chi
2025-04-09 11:15:18 +09:00
parent 8e76ee9692
commit a24f9be977
7 changed files with 481 additions and 484 deletions

View File

@@ -201,7 +201,9 @@ namespace FPJ0000
try
{
this.ta.Fill(this.dsMail.MailData);
var sd = DateTime.Now.AddDays(-30).ToShortDateString();
var ed = DateTime.Now.ToShortDateString();
this.ta.Fill(this.dsMail.MailData,FCOMMON.info.Login.gcode,sd,ed);
}
catch (Exception ex)
@@ -440,5 +442,10 @@ namespace FPJ0000
"아웃룩의 설정이 정상인지 확인하세요");
}
}
private void bn_RefreshItems(object sender, EventArgs e)
{
}
}
}