Commit 9c3ff0c6 authored by Hsinli's avatar Hsinli

fix

parent 178785fc
Pipeline #9271 passed with stage
in 4 seconds
......@@ -84,7 +84,7 @@ class FootPrintService extends Service {
//处理足迹数据
const foot_print_records = [];
for (let j in houses) {
if (retList[j].status === 'offline' || Number(retList[j].valid) === 0) {
if (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