업무일지 등록시 메일 알림 기능 추가
This commit is contained in:
@@ -102,7 +102,7 @@ namespace FPJ0000
|
||||
data.reserve = dr.reserve;
|
||||
data.project = drprj.idx;
|
||||
data.body = "[" + drprj.status + "] " + drprj.name;
|
||||
data.champion = drprj.userManager;
|
||||
data.champion = drprj.champion;
|
||||
data.duedate = drprj.ddate;
|
||||
var isdate = DateTime.TryParse(drprj.ddate, out DateTime dt);
|
||||
if (isdate)
|
||||
|
||||
Reference in New Issue
Block a user