Commit d65e6c79 authored by Hsinli's avatar Hsinli

addd

parent 393d2260
Pipeline #15066 passed with stage
in 7 seconds
......@@ -91,7 +91,7 @@ class FootPrintService extends Service {
//处理足迹数据
const foot_print_records = [];
for (let j in houses) {
if (houses[j].status === 'offline' || Number(houses[j].valid) === 0) {
if (houses[j] === null || houses[j].status === 'offline' || Number(houses[j].valid) === 0) {
continue;
}
const house = houses[j];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment