MrShi
2024-01-31 a68bf12a2975405f57f9a9d51b91c13a93c026f0
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();