|
@@ -74,7 +74,6 @@ class GoodsJoinActService extends CrudService {
|
|
if (spec) mq.spec = spec;
|
|
if (spec) mq.spec = spec;
|
|
if (spec_name) mq['spec.name'] = new RegExp(spec_name);
|
|
if (spec_name) mq['spec.name'] = new RegExp(spec_name);
|
|
if (status) mq.status = status;
|
|
if (status) mq.status = status;
|
|
- mq.goods_status=goods.status
|
|
|
|
const pipeline = [];
|
|
const pipeline = [];
|
|
// 将加价购的加价商品过滤掉,正常列表中不显示加价购商品. 如果需要显示加价购商品,goods_type的值为plus即可
|
|
// 将加价购的加价商品过滤掉,正常列表中不显示加价购商品. 如果需要显示加价购商品,goods_type的值为plus即可
|
|
pipeline.push({
|
|
pipeline.push({
|