fix error in recall when hours more than 300

This commit is contained in:
lnk
2025-08-01 16:31:57 +08:00
parent acbaf89459
commit 3b5b14f9ae
5 changed files with 200 additions and 19 deletions

View File

@@ -93,7 +93,6 @@ mqconsumerThread mqconsumerThrd;//mq消费者线程lnk20241213
OnTimerThread onTimerThrd;//定时线程
extern int g_iSqlListSize; //Sql执行语句链表允许最大元素个数 注Sql链表中元素超过此个数多出元素需移除
extern int FILE_FLAG;
extern int SEND_FLAG;
extern char* BROKER_LIST;