1.dp生成修改

This commit is contained in:
payton 2023-12-11 15:56:09 +08:00
parent d71f1a88e4
commit 279907d8f8

View File

@ -1198,7 +1198,7 @@ UINT32 sf_create_dailyreport_file(void)
sprintf(str, "OFF#");
SF_STRCAT(cfgTmp, (const char *)str);
if(pPara->FtpSwitch)
if(1 != pPara->FtpSwitch)
sprintf(str, "ON#");
else
sprintf(str, "OFF#");