guhongwei 2 年 前
コミット
bfb1286e79
1 ファイル変更0 行追加2 行削除
  1. 0 2
      app/service/shop/goodsJoinAct.js

+ 0 - 2
app/service/shop/goodsJoinAct.js

@@ -129,8 +129,6 @@ class GoodsJoinActService extends CrudService {
     qPipeline.push({ $sort: { 'meta.createdAt': -1 } });
     if (parseInt(skip)) qPipeline.push({ $skip: parseInt(skip) });
     if (parseInt(limit)) qPipeline.push({ $limit: parseInt(limit) });
-    console.log(qPipeline);
-        console.log("functi");
     const res = await this.model.aggregate(qPipeline);
     const tPipeline = _.cloneDeep(pipeline);
     tPipeline.push({ $count: 'total' });