Commit f7d6ee62 by 蒋小洋

Merge branches 'ka-查询野翠山订单列表是否可开发票-2021-09-15-蒋小洋' and 'qa' of…

Merge branches 'ka-查询野翠山订单列表是否可开发票-2021-09-15-蒋小洋' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 21365e1e d3d7d3e2
...@@ -96,8 +96,8 @@ public class QueryOrderVo { ...@@ -96,8 +96,8 @@ public class QueryOrderVo {
private Integer marketingType; private Integer marketingType;
/** /**
* 是否已开发票,false查询可开票订单,true查询其他订单(包含已开票/已退款订单) * 是否已开发票,false查询可开票订单,true查询其他订单(包含已开票/已退款订单),查询实际支付金额大于0的
*/ */
private Boolean needInvoice = false; private Boolean needInvoice;
} }
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