mirror of https://github.com/KingRan/KR.git
parent
9d426e3e15
commit
7384ea5b46
|
@ -87,7 +87,6 @@ async function main() {
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
let taskId = task_vos.task_id, taskType = task_vos.task_type;
|
let taskId = task_vos.task_id, taskType = task_vos.task_type;
|
||||||
if(product_info_vos != ){
|
|
||||||
for (let t of product_info_vos) {
|
for (let t of product_info_vos) {
|
||||||
if (t.status === '1') {
|
if (t.status === '1') {
|
||||||
console.log(`开始任务:${task_vos.task_name}`)
|
console.log(`开始任务:${task_vos.task_name}`)
|
||||||
|
@ -95,7 +94,6 @@ async function main() {
|
||||||
await $.wait(1000)
|
await $.wait(1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue