Commit d35cf2dc by wkliang

fix

parent b66cb1eb
...@@ -41,7 +41,7 @@ class ProductService extends ServiceBase { ...@@ -41,7 +41,7 @@ class ProductService extends ServiceBase {
where: { where: {
id: { [this.db.Op.in]: res } id: { [this.db.Op.in]: res }
}, },
attributes: ['id', 'product_name', 'price'], attributes: ['id', 'product_name', 'price', 'product_property'],
raw: true raw: true
}) })
......
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