ludc
2023-11-26 ec2ed600ba8088a291838b0d448dbfd9e2150e2a
Source/UBCS/ubcs-ops/ubcs-log/src/main/java/com/vci/ubcs/log/service/impl/LogLocalServiceImpl.java
@@ -105,6 +105,7 @@
            if(dir.getName().contains("ubcs_")){
               String fullPath = dir.getPath() + LOGPATH;
               File file = new File(fullPath);
               if(file.exists()){
               LocalLog localLog = new LocalLog();
               localLog.setLastModifier(getLastModifiedOrCreatTime(true,fullPath));
               localLog.setCreateTime(getLastModifiedOrCreatTime(false,fullPath));
@@ -118,6 +119,7 @@
               localLog.setHasChildren(true);
               localLogs.add(localLog);
            }
            }
         });
      }
      return localLogs;