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

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

@@ -71,6 +71,7 @@ class GoodsJoinActService extends CrudService {
     if (shop) mq.shop = shop;
     if (goods) mq.goods = goods;
     if (goods_name) mq['goods.name'] = new RegExp(goods_name);
+    if (goods_status) mq["goods.status"] = new RegExp(goods_status);
     if (spec) mq.spec = spec;
     if (spec_name) mq['spec.name'] = new RegExp(spec_name);
     if (status) mq.status = status;