Commit 2a3854cb by dingkai

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

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