src/main/java/com/qxueyou/scc/teach/res/service/impl/resitem/ResItemDocService.java
@@ -43,7 +43,7 @@ doc.setHandoutId(handoutId); doc.setStatus(ResItemDoc.STATUS_LINEUP); save(doc); // 将文档id放进缓存 // 将文档id放进缓存 cacheService.lstRightPush(RES_DOC_CONVER_LST, handoutId); return doc.getDocId(); } @@ -126,7 +126,7 @@ return Res.FILE_TYPE_DOC; } @Scheduled(cron = "0/2 * * * * ?") // 每10秒执行一次 @Scheduled(cron = "0/2 * * * * ?") // 每10秒执行一次 public void doTimer() { String id = cacheService.lstLeftPop(RES_DOC_CONVER_LST);