Commit bfbd1b1e by dingkai

围餐查询状态

parent 0af95013
...@@ -849,8 +849,8 @@ public class OrderAdapter { ...@@ -849,8 +849,8 @@ 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[]{});
} }
......
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