Commit 1019bfa3 by 王昆

gsb

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