Commit cfeaf78e authored by 何娜's avatar 何娜

fix

parent b814cb38
Pipeline #6755 passed with stage
in 6 seconds
......@@ -7,6 +7,7 @@ class OrderService extends Service {
const { ctx } = this;
const order = await ctx.model.TaskStatus.findOne({
where: { orderId },
order: [['createDate', 'DESC']],
});
return order;
}
......
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