diff --git a/src/ai_platform/MultiSourceProcess.cpp b/src/ai_platform/MultiSourceProcess.cpp index 79e1176..60d1d74 100755 --- a/src/ai_platform/MultiSourceProcess.cpp +++ b/src/ai_platform/MultiSourceProcess.cpp @@ -2210,7 +2210,7 @@ bool CMultiSourceProcess::CheckTime() { nYear = info->tm_year + 1900; nMonth = info->tm_mon + 1; nDay = info->tm_mday; - if ((nYear == 2023 && nMonth <= 12) || (nYear == 2024 && nMonth <= 7)) + if (nYear == 2024 && nMonth <= 12) { return true; }