lierqiang hace 2 años
padre
commit
3094504ff9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server/conf_task.py

+ 1 - 0
server/conf_task.py

@@ -216,6 +216,7 @@ def getAllTask():
         task_list = list()
         for task_info in result:
             task_data = dict(
+                task_id=task_info['task_id'],
                 task_name=task_info['task_name'],
                 source=task_info['source'],
                 task_type=task_info['task_type'],