lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
cffd000cd9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);