瀏覽代碼

bug修复

majunqi 1 年之前
父節點
當前提交
1fc147e445

+ 4 - 0
event-ui/src/views/event/eventcatalogue/index.vue

@@ -798,6 +798,10 @@
           })
           this.form.attachId = this.fileList;
           this.detailflValue()
+          listSJfl({parentId: 0}).then(response => {
+                    this.eventTypeList = response.data;
+           });
+                  
           this.openSee = true;
           this.submit = false;
           this.title = "事件详情";

+ 1 - 1
src/main/java/com/sooka/sponest/event/urge/service/impl/EventDownServiceImpl.java

@@ -42,7 +42,7 @@ public class EventDownServiceImpl implements EventDownService, ApplicationRunner
         try {
             Thread.sleep(300000);
         } catch (InterruptedException e) {
-            e.printStackTrace();
+            logger.info("Interrupted!", e);
         }
         //视频下载日志表 视频下载成功  定时任务结束回调,检验是否真的成功
         CentereventTDownloads down= centereventTDownloadsService.validDownloadIsOne(MapUtils.getString(maps,"LogId"));