guhongwei 2 anni fa
parent
commit
e96af1934f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",