Commit 0c771a6f by 王昆

gsb

parent a2290504
...@@ -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