업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정
This commit is contained in:
@@ -123,7 +123,13 @@ namespace Project
|
||||
|
||||
Func_Login();
|
||||
|
||||
|
||||
if(Pub.setting.SharedDataPath.isEmpty() && FCOMMON.info.Login.gcode == "EET1P") //210524
|
||||
{
|
||||
FCOMMON.info.datapath = @"\\k4fs3201n\k4bpartcenter$";
|
||||
Pub.setting.SharedDataPath = FCOMMON.info.datapath;
|
||||
Pub.setting.Save();
|
||||
}
|
||||
|
||||
|
||||
Update_Site();
|
||||
bw.RunWorkerAsync(); //background worker
|
||||
|
||||
Reference in New Issue
Block a user