Commit 662d1447d17b9a5536c9df2c0b21d00696eb3a34

Authored by Hu Chunming
1 parent b09911d5

授权时间更新

src/ai_platform/MultiSourceProcess.cpp
@@ -2210,7 +2210,7 @@ bool CMultiSourceProcess::CheckTime() { @@ -2210,7 +2210,7 @@ bool CMultiSourceProcess::CheckTime() {
2210 nYear = info->tm_year + 1900; 2210 nYear = info->tm_year + 1900;
2211 nMonth = info->tm_mon + 1; 2211 nMonth = info->tm_mon + 1;
2212 nDay = info->tm_mday; 2212 nDay = info->tm_mday;
2213 - if ((nYear == 2023 && nMonth <= 12) || (nYear == 2024 && nMonth <= 7)) 2213 + if (nYear == 2024 && nMonth <= 12)
2214 { 2214 {
2215 return true; 2215 return true;
2216 } 2216 }