Commit 2117b4fd by dingkai

Merge branch 'feature/1.9.24-fix-mall-20200522-dingkai' into develop

parents ae7995c3 bfbd1b1e
......@@ -852,8 +852,8 @@ public class OrderAdapter {
}
if (OrderChannelType.SAASMALL.getCode().equals(channelType)) {
Integer[] statuses = new Integer[]{OrderStatus.COMPLETE.getCode(), OrderStatus.CALCEL.getCode()};
queryOrdersDto.setStatus(statuses);
// Integer[] statuses = new Integer[]{OrderStatus.COMPLETE.getCode(), OrderStatus.CALCEL.getCode()};
// queryOrdersDto.setStatus(statuses);
queryOrdersDto.setType(new Integer[]{});
}
......
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