Commit dfa6f36f authored by Hsinli's avatar Hsinli

addd

parent 94edfa76
Pipeline #10333 passed with stage
in 6 seconds
...@@ -138,6 +138,7 @@ class FootPrintService extends Service { ...@@ -138,6 +138,7 @@ class FootPrintService extends Service {
let taskList = []; let taskList = [];
for (let i in list) { for (let i in list) {
let taskFilter = { let taskFilter = {
attributes: ['id'],
where: { where: {
status: 'online', status: 'online',
valid: 1, valid: 1,
......
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