Commit b92c2bbe by Sxy

del log

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