Commit 518585f8 by 周晓航

C端调用订单列表 queryOrder 新增 bizType=7

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 4b8f15f6
......@@ -1087,6 +1087,9 @@ public class OrderAdapter {
}
//商品订单和卖券订单
queryOrdersDto.setBizTypes(Arrays.asList(1, 6));
queryOrdersDto.setBizTypes(Arrays.asList(BizTypeEnum.ORDINARY.getBizType(),
BizTypeEnum.SALE_COUPON.getBizType(),
BizTypeEnum.ADVANCE_ORDER.getBizType()));
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