guhongwei před 2 roky
rodič
revize
f211e55014
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      app/service/shop/goodsJoinAct.js

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

@@ -71,7 +71,6 @@ 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;