Commit a4019fdc authored by 姜登's avatar 姜登

gjj

parent 6f144da9
Pipeline #9428 passed with stage
in 5 seconds
...@@ -143,8 +143,8 @@ class TaskController extends Controller { ...@@ -143,8 +143,8 @@ class TaskController extends Controller {
insertData.appKey = appKey; insertData.appKey = appKey;
delete insertData.code; delete insertData.code;
await service.storage.write(insertData); await service.storage.write(insertData);
await service.partner.notice(order);
await service.order.oldgjjStatus({ orderId, status: 'success' }); await service.order.oldgjjStatus({ orderId, status: 'success' });
await service.partner.notice(order);
} catch (err) { } catch (err) {
ctx.logger.error('handleCallback', JSON.stringify(err), JSON.stringify(result)); ctx.logger.error('handleCallback', JSON.stringify(err), JSON.stringify(result));
taskNote = { taskNote = {
......
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