Commit a84941cc by 王昆

gsb

parent 55711554
......@@ -37,7 +37,7 @@ class ObusinessmenService extends ServiceBase {
}
async businessmenByOrderId(params) {
let obusinessmen = await this.obusinessmenDao.findOne({order_id: params.order_id});
let obusinessmen = await this.dao.findOne({order_id: params.order_id});
return system.getResultSuccess(obusinessmen);
}
......
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