Commit 1e5961fee8f533488065028d25a08d70510870e3
1 parent
1de90182
时间限制改为26年3月
Showing
1 changed file
with
1 additions
and
1 deletions
src/ai_platform/mvpt.cpp
... | ... | @@ -623,7 +623,7 @@ bool CMultiSourceProcess::CheckTime() { |
623 | 623 | nYear = info->tm_year + 1900; |
624 | 624 | nMonth = info->tm_mon + 1; |
625 | 625 | nDay = info->tm_mday; |
626 | - if (nYear == 2025 && nMonth <= 12) | |
626 | + if (nYear == 2026 && nMonth <= 3) | |
627 | 627 | { |
628 | 628 | return true; |
629 | 629 | } | ... | ... |