Commit 08946d2a authored by 姜登's avatar 姜登

attribute

parent dca4c80d
Pipeline #17486 passed with stage
in 6 seconds
......@@ -4,7 +4,7 @@
* @Author: jd
* @Date: 2019-02-25 18:59:53
* @LastEditors: jd
* @LastEditTime: 2019-11-27 17:47:04
* @LastEditTime: 2019-11-28 14:27:51
*/
'use strict';
......@@ -57,7 +57,7 @@ class OrderService extends Service {
await order[0].update(params);
}
await ctx.nodemodel.GjjStatus.findOrCreate({
attributes: ['id'],
attributes: ['orderId'],
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