Browse Source

【数据中心】增加解析记录

zhouy 2 weeks ago
parent
commit
616cb7170b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/task/FileParseTask.java

+ 1 - 1
src/main/java/com/uas/eis/task/FileParseTask.java

@@ -31,7 +31,7 @@ public class FileParseTask {
     private FileParseService fileParseService;
     @Autowired
     private TableCreator tableCreator;
-    //@Scheduled(fixedRate = 600000)
+    @Scheduled(fixedRate = 600000)
     public void dataDeal(){
         logger.info("开始解析文件");
         List<DataChipTestLog> dataChipTestLogs = baseDao.getJdbcTemplate().query("select wafer_id,lot_id,status,data_path,counter_path,dbid_ from (select wafer_id,lot_id,status,data_path,counter_path,dbid_ from " +