Commit 8f3344e8 authored by 高诸锋's avatar 高诸锋

[fix]

parent e43d8c44
Pipeline #6702 passed with stage
in 3 seconds
...@@ -141,7 +141,7 @@ class TaskController extends Controller { ...@@ -141,7 +141,7 @@ class TaskController extends Controller {
} }
const { orderId, appKey, notifyUrl, userId } = order; const { orderId, appKey, notifyUrl, userId } = order;
insertData.orderId = orderId; insertData.orderId = orderId;
insertData.cityName = insertData.location; insertData.cityName = result.data.jsName.split('.')[0];
// TODO insertData.cityId -> cityName // TODO insertData.cityId -> cityName
insertData.taskId = taskId; insertData.taskId = taskId;
insertData.appKey = appKey; insertData.appKey = appKey;
......
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