lrf 2 years ago
parent
commit
ca5970af9e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/service/shop/goodsJoinAct.js

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

@@ -67,7 +67,9 @@ class GoodsJoinActService extends CrudService {
         goods_name: '$goods.name',
         goods_name: '$goods.name',
         spec: '$spec._id',
         spec: '$spec._id',
         spec_name: '$spec.name',
         spec_name: '$spec.name',
+        file: '$goods.file',
         sell_money: { $toString: '$spec.sell_money' },
         sell_money: { $toString: '$spec.sell_money' },
+        flow_money: { $toString: '$spec.flow_money' },
         platform_act_type: 1,
         platform_act_type: 1,
         status: 1,
         status: 1,
       },
       },