Commit 1eb9379c by dingkai

微商城查询

parent bfbd1b1e
...@@ -851,7 +851,7 @@ public class OrderAdapter { ...@@ -851,7 +851,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