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

attr

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