server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -48,7 +48,7 @@ /** * @throws Exception */ @Scheduled(fixedDelay= 60*1000*60,initialDelay = 30000) @Scheduled(fixedDelay= 60*1000*2 ,initialDelay = 30000) public void deal() throws Exception { log.info("==============定时查询企业电子签签署状态=======start======"); insuranceApplyService.dealWaitSignedData();