Commit 34249508 by 任晓松

增加pc端图片字段

parent 99e97d6b
......@@ -29,7 +29,10 @@ class ProductDao extends Dao {
"icon_url",
"pay_after_jump_h5url",
"pay_after_jump_pcurl",
"productType_id"],
"productType_id",
"pc_pic_url",
"pc_desc_url"
],
raw: true
});
}
......
......@@ -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","pc_pic_url","pc_desc_url"
"channel_profit_rate", "sort", "price_desc", "min_qty", "max_qty", "service_code"
],
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