Commit 55730bf6 by 任晓松

增加pc端图片字段

parent 411120bd
......@@ -33,7 +33,7 @@ class ProductService extends ServiceBase {
var pList = await this.productpriceDao.model.findAll({
where: { product_id: item.id },
attributes: ["id", "pay_code", "price", "supply_price", "service_charge", "public_expense", "is_default", "is_show", "price_type", "price_type_name",
"channel_profit_rate", "sort", "price_desc", "min_qty", "max_qty", "service_code"
"channel_profit_rate", "sort", "price_desc", "min_qty", "max_qty", "service_code","pc_pic_url","pc_desc_url"
],
order: [ [ "price", 'ASC' ] ],
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