Commit 10507429 by 周晓航

Merge branch 'KA-2.0.41-爱马哥预订单开发-zxh' into qa

parents 4d346291 518585f8
......@@ -1093,6 +1093,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