src/main/java/com/boying/job/YCGetEticketScheduled.java
@@ -32,8 +32,7 @@ @Autowired private OrderRecordService orderRecordService; @Autowired private FileInfoService fileInfoService; @Autowired private SystemConfigProperties systemConfigProperties; private Boolean taskFlag = false; @@ -128,7 +127,6 @@ writeTxt(txt); orderRecordService.saveOrUpdate(orderRecord); }else { // System.out.println(entity.getBody()); txt += entity.getBody()+",\n"; writeTxt(txt); }