Commit c8df10e9 by 王昆

gsb

parent 64902374
......@@ -118,10 +118,10 @@ class OorderService extends ServiceBase {
}
let orderDeliver = await this.oorderdeliverDao.getById(order.deliver_id) || {};
// 处理订单字段
await this.formateStatus([order]);
await this.formateSource([order]);
await this.formateProduct([order]);
this.handleDate(order, ["created_at", "sign_time"], "YYYY-MM-DD HH:mm:ss", -8);
result.order = 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