guhongwei 2 年之前
父节点
当前提交
e96af1934f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/shop/goodsJoinAct.js

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

@@ -112,6 +112,7 @@ class GoodsJoinActService extends CrudService {
         shop_name: { $first: "$shopInfo.name" },
         goods: "$goods._id",
         goods_name: "$goods.name",
+        // goods_status: "$goods.status",
         act_tags: "$goods.act_tags",
         spec: "$spec._id",
         spec_name: "$spec.name",