Commit ce725373 by 孙亚楠

Merge branch 'esign-sve-order' of gitlab.gongsibao.com:jiangyong/zhichan into esign-sve-order

parents 16492eba 0c771a6f
...@@ -36,7 +36,8 @@ class EorderproductService extends ServiceBase { ...@@ -36,7 +36,8 @@ class EorderproductService extends ServiceBase {
} }
let p_list = await this.eorderDao.model.findAll({ let p_list = await this.eorderDao.model.findAll({
where:{ where:{
merchant_id: this.trim(params.merchant_id) merchant_id: this.trim(params.merchant_id),
live_status: '20',
}, },
attributes:['id'] attributes:['id']
}); });
...@@ -55,7 +56,7 @@ class EorderproductService extends ServiceBase { ...@@ -55,7 +56,7 @@ class EorderproductService extends ServiceBase {
[this.db.Op.in]:ids [this.db.Op.in]:ids
} }
}, },
attributes:['product_id'] attributes:['product_id', 'price']
}); });
return system.getResultSuccess(list); return system.getResultSuccess(list);
} }
......
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