Commit bc71906e by 王昆

gsb

parent 1019bfa3
......@@ -151,6 +151,7 @@ class BmorderService extends ServiceBase {
return system.getResult(null,`订单不存在`);
}
order.dataValues.auditStatusName = this.statusMap[order.auditStatus];
order.dataValues.statusName = order.dataValues.auditStatusName;
let child = await this.bmuserbizDao.findOne({orderId: params.id});
order.dataValues.child = child || {};
return {
......
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