Commit 7b9e1a90 authored by shiyu's avatar shiyu

换藏订单只展示平台换藏

parent 59cd8941
......@@ -97,6 +97,9 @@ public class SysDistributionOrderServiceImpl implements SysDistributionOrderServ
typeList.add(Integer.valueOf(type));
}
dto.setTypeList(typeList);
if (typeList.contains(DistributionEnum.DistributionTypeEnum.EXCHANGE.getCode())) {
dto.setSellerId(CommConsts.SELF_SUPPORT_ACCOUNT);
}
}
List<DistributionOrder> distributionOrderList = distributionOrderDao.findByPage(dto);
PageInfo pageInfo = new PageInfo<>(distributionOrderList);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment