Commit 443fb479 authored by 姜登's avatar 姜登

attr

parent 33db7819
Pipeline #17489 passed with stage
in 3 seconds
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: jd * @Author: jd
* @Date: 2019-02-25 18:59:53 * @Date: 2019-02-25 18:59:53
* @LastEditors: jd * @LastEditors: jd
* @LastEditTime: 2019-11-28 14:32:45 * @LastEditTime: 2019-11-28 14:37:40
*/ */
'use strict'; 'use strict';
...@@ -57,7 +57,6 @@ class OrderService extends Service { ...@@ -57,7 +57,6 @@ class OrderService extends Service {
await order[0].update(params); await order[0].update(params);
} }
await ctx.nodemodel.GjjStatus.findOrCreate({ await ctx.nodemodel.GjjStatus.findOrCreate({
attributes: ['orderId', 'appkey', 'callbackUrl', 'taskId', 'cityId', 'userId', 'status'],
where: { where: {
orderId: params.orderId, orderId: params.orderId,
}, },
......
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