Commit e9a06a18 authored by 姜登's avatar 姜登

gjj

parent f7c5f54a
Pipeline #3946 passed with stage
in 3 seconds
......@@ -136,7 +136,7 @@ class TaskController extends Controller {
}
const { orderId, appKey } = order;
insertData.orderId = orderId;
insertData.cityName = service.scripts.fetchScriptName(insertData.cid);
insertData.cityName = await service.scripts.fetchScriptName(insertData.cid);
insertData.taskId = taskId;
insertData.appKey = appKey;
delete insertData.code;
......
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