fix compile bug
This commit is contained in:
parent
6854907bb4
commit
66f020f79c
@ -117,6 +117,7 @@ void CheckThread() {
|
|||||||
|
|
||||||
if (1800 == online_check) {
|
if (1800 == online_check) {
|
||||||
online_check = 0;
|
online_check = 0;
|
||||||
|
JsonData jd;
|
||||||
int Count = sqlite_db_ctrl::instance().GetTableRows(T_SENSOR_INFO(TNAME), NULL);
|
int Count = sqlite_db_ctrl::instance().GetTableRows(T_SENSOR_INFO(TNAME), NULL);
|
||||||
if (Count > 0) {
|
if (Count > 0) {
|
||||||
jd.DataNodeStatusCheck();
|
jd.DataNodeStatusCheck();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user