xiewj 1 vuosi sitten
vanhempi
commit
49d26987e5

+ 2 - 2
sxz-core/src/main/java/com/fdkk/sxz/other/listener/Model3dBuild.java

@@ -104,8 +104,8 @@ public class Model3dBuild {
         jsonObject.put("name", str.getName());
         jsonObject.put("taskType", "localDataUpload");
         while (true) {
-            long l = timer.intervalDay(str.getName());
-            if (l>0){
+            long l = timer.intervalMinute(str.getName());
+            if (l>1){
                 log.info("渲染超时--{},={}",str.getName(),l);
                 over = true;
                 modelUploadOfflineEntity.setStatus(-1);