Commit 605b4ded by 蒋小洋

是否可开票

parent a7614fa9
......@@ -1346,6 +1346,7 @@ public class OrderSdkAdapter {
// 设置 额外拓展字段信息
OrderExtendedReq orderExtended = this.getOrderExtendedObj(orderInfoReqs.getOrderExtended());
data.setOrderExtended(orderExtended);
data.setNeedInvoice(orderInfoReqs.getNeedInvoice());
return data;
}
......
......@@ -98,6 +98,6 @@ public class QueryOrderVo {
/**
* 是否已开发票,false查询可开票订单,true查询其他订单(包含已开票/已退款订单)
*/
private Boolean needInvoice;
private Boolean needInvoice = false;
}
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