Commit e7c0b7b3 by 孙亚楠

dd

parent 3ee60eea
......@@ -88,11 +88,11 @@ class OorderService extends ServiceBase {
legal_mobile: order.contact_mobile,
}
await self.oorderinforegDao.create(orderReg, t);
return order;
// return order;
});
return this.getOrderProcessStatus(order.id, order.status);
// return order;
await this.getOrderProcessStatus(order.id, order.status);
return system.getResult(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