lrf 2 years ago
parent
commit
cffd000cd9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/service/user/storeShop.js

+ 0 - 1
app/service/user/storeShop.js

@@ -69,7 +69,6 @@ class StoreShopService extends CrudService {
     // 联表-规格
     const qPipline = _.cloneDeep(pipline);
     qPipline.push({ $sort: sort });
-    console.log(qPipline);
     if (parseInt(skip)) qPipline.push({ $skip: parseInt(skip) });
     if (parseInt(limit)) qPipline.push({ $limit: parseInt(limit) });
     const list = await this.model.aggregate(qPipline);