Commit d3d7d3e2 by 蒋小洋

不默认

parent 605b4ded
...@@ -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