Commit c192d1c0 authored by jiaorz's avatar jiaorz

发票

parent 89ef4069
...@@ -156,7 +156,9 @@ public class OrderInvoiceBiz extends BaseBiz<OrderInvoiceMapper, OrderInvoice> { ...@@ -156,7 +156,9 @@ public class OrderInvoiceBiz extends BaseBiz<OrderInvoiceMapper, OrderInvoice> {
} }
} }
} }
return ObjectRestResponse.succ(set); List<OrderInvoice> list = Lists.newArrayList();
list.addAll(set);
return ObjectRestResponse.succ(list);
} }
/** /**
......
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