派生自 projectDept/qhighschool

胡仁荣
2023-03-29 a666398b496513f1fe56a44195247c254a861656
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);