Commit 75360ca2 authored by 何娜's avatar 何娜

Update task.js

parent 9a53a89a
Pipeline #4477 passed with stage
in 5 seconds
...@@ -143,6 +143,7 @@ class TaskService extends Service { ...@@ -143,6 +143,7 @@ class TaskService extends Service {
cityLists.push(newProv); cityLists.push(newProv);
}); });
ctx.app.cityTypeLists = cityTypeLists; ctx.app.cityTypeLists = cityTypeLists;
ctx.logger.info('-------------', JSON.stringify(ctx.app.cityTypeLists))
return cityLists; return cityLists;
} }
} }
......
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