fix compile bug

This commit is contained in:
zhangsheng 2024-11-27 14:22:39 +08:00
parent 6854907bb4
commit 66f020f79c

View File

@ -117,6 +117,7 @@ void CheckThread() {
if (1800 == online_check) {
online_check = 0;
JsonData jd;
int Count = sqlite_db_ctrl::instance().GetTableRows(T_SENSOR_INFO(TNAME), NULL);
if (Count > 0) {
jd.DataNodeStatusCheck();