yumeng преди 5 години
родител
ревизия
24b2bb4b70

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -131,7 +131,7 @@ mybatis-plus:
       # 默认数据库表下划线命名
       table-underline: true
   configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+  # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
     # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
       #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/service/impl/MaterialInfoServiceImpl.java

@@ -368,7 +368,7 @@ public class MaterialInfoServiceImpl extends ServiceImpl<MaterialInfoMapper, Mat
                             @Override
                             public void run() {
                                 try {
-                                    Thread.sleep(5 * 1000);
+                                    log.info("开始抽帧");
                                     materialCutFrameService.getCutFrame(url, materialInfo.getCode(), secondDuration, height, width);
                                 } catch (Exception e) {
                                     e.printStackTrace();