Commit 1b64bf0a authored by 姜登's avatar 姜登

taskid

parent 185fe7e4
Pipeline #24635 passed with stage
in 4 seconds
......@@ -154,7 +154,7 @@ class TaskController extends Controller {
const { orderId, appKey } = order;
insertData.orderId = orderId;
insertData.cityName = await service.scripts.fetchScriptName(insertData.cid);
insertData.taskId = taskId;
insertData.taskId = Number(taskId);
insertData.appKey = appKey;
delete insertData.code;
await service.storage.write(insertData);
......
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