|
|
|
@ -37,6 +37,7 @@ public class InvoiceServiceImpl implements InvoiceService { |
|
|
|
List<OrderTicketDTO> otlist = ticketMapper.getOrderTicketList(map,start,limit); |
|
|
|
for (OrderTicketDTO ott:otlist){ |
|
|
|
Map tmap =new HashMap(); |
|
|
|
tmap.put("status",ott.getStatus()); |
|
|
|
tmap.put("batchcode",ott.getBatchcode()); |
|
|
|
tmap.put("tickettime",ott.getTickettime()); |
|
|
|
tmap.put("uscc",ott.getUscc()); |
|
|
|
|