| | |
| | | |
| | | @Autowired |
| | | private OrderRecordService orderRecordService; |
| | | @Autowired |
| | | private FileInfoService fileInfoService; |
| | | |
| | | @Autowired |
| | | private SystemConfigProperties systemConfigProperties; |
| | | private Boolean taskFlag = false; |
| | |
| | | } |
| | | //开取发票 |
| | | for (OrderRecord orderRecord : list) { |
| | | System.out.println("正在申请开票:" + orderRecord); |
| | | // System.out.println("正在申请开票:" + orderRecord); |
| | | doTicket(orderRecord); |
| | | } |
| | | } |
| | |
| | | writeTxt(txt); |
| | | orderRecordService.saveOrUpdate(orderRecord); |
| | | }else { |
| | | // System.out.println(entity.getBody()); |
| | | txt += entity.getBody()+",\n"; |
| | | writeTxt(txt); |
| | | } |