|
|
@ -37,15 +37,6 @@ public class InvoiceServiceImpl implements InvoiceService { |
|
|
List<OrderTicketDTO> otlist = ticketMapper.getOrderTicketList(map,start,limit); |
|
|
List<OrderTicketDTO> otlist = ticketMapper.getOrderTicketList(map,start,limit); |
|
|
for (OrderTicketDTO ott:otlist){ |
|
|
for (OrderTicketDTO ott:otlist){ |
|
|
Map tmap =new HashMap(); |
|
|
Map tmap =new HashMap(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// private String batchcode;
|
|
|
|
|
|
// private Integer ;
|
|
|
|
|
|
// private String ticketimage;
|
|
|
|
|
|
// private String ticketurl;
|
|
|
|
|
|
// private BigDecimal ticketmoney;
|
|
|
|
|
|
// private String islicode;
|
|
|
|
|
|
// private String ;
|
|
|
|
|
|
tmap.put("batchcode",ott.getBatchcode()); |
|
|
tmap.put("batchcode",ott.getBatchcode()); |
|
|
tmap.put("tickettime",ott.getTickettime()); |
|
|
tmap.put("tickettime",ott.getTickettime()); |
|
|
tmap.put("uscc",ott.getUscc()); |
|
|
tmap.put("uscc",ott.getUscc()); |
|
|
|