Commit b92c2bbe by Sxy

del log

parent a18f9213
...@@ -77,7 +77,6 @@ class ProductpriceService extends ServiceBase { ...@@ -77,7 +77,6 @@ class ProductpriceService extends ServiceBase {
attributes: ['pname', 'strategyitems', "hignpriceref"], // 价格、地区、skucode attributes: ['pname', 'strategyitems', "hignpriceref"], // 价格、地区、skucode
raw: true raw: true
}); });
console.log(datas)
let result = []; let result = [];
//查询出地区 //查询出地区
let address = await this.db.models.region.findAll({ attributes: ['code', 'name'], raw: true }); let address = await this.db.models.region.findAll({ attributes: ['code', 'name'], raw: true });
...@@ -100,7 +99,6 @@ class ProductpriceService extends ServiceBase { ...@@ -100,7 +99,6 @@ class ProductpriceService extends ServiceBase {
price: val.hignpriceref price: val.hignpriceref
}) })
} }
console.log(result);
result = _.groupBy(result, 'type') result = _.groupBy(result, 'type')
if (productname) { if (productname) {
......
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