diff --git a/src/ai_platform/mvpt.cpp b/src/ai_platform/mvpt.cpp index 9fabb8a..a176cb5 100755 --- a/src/ai_platform/mvpt.cpp +++ b/src/ai_platform/mvpt.cpp @@ -623,7 +623,7 @@ bool CMultiSourceProcess::CheckTime() { nYear = info->tm_year + 1900; nMonth = info->tm_mon + 1; nDay = info->tm_mday; - if (nYear == 2025 && nMonth <= 12) + if (nYear == 2026 && nMonth <= 3) { return true; }