guhongwei 2 vuotta sitten
vanhempi
commit
e96af1934f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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",