lrf402788946 4 years ago
parent
commit
538618dbca
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/service/task.js

+ 1 - 2
app/service/task.js

@@ -56,8 +56,7 @@ class TaskService extends CrudService {
         arr.push(obj);
       }
     }
-    console.log(taskList);
-    // return await this.ctx.service.util.toZip(arr, fn);
+    return await this.ctx.service.util.toZip(arr, fn);
   }
 
   async getTaskInfo(range, subid) {