Commit efbc605e by dingkai

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

parents f5b7adde 1eb9379c
...@@ -855,9 +855,9 @@ public class OrderAdapter { ...@@ -855,9 +855,9 @@ 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