管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-10 f063bd6697c768a1214fecdf597fcbd1eff7f322
src/main/java/com/lf/server/service/all/BaseUploadService.java
@@ -28,10 +28,10 @@
@Service
public class BaseUploadService {
    @Autowired
    private DirService dirService;
    protected DirService dirService;
    @Autowired
    private PathHelper pathHelper;
    protected PathHelper pathHelper;
    public final Log log = LogFactory.getLog(getClass());
@@ -347,7 +347,7 @@
        if (0 != dir.getPid() || null == dirs || dirs.isEmpty()) {
            return dir.getId();
        }
        if ("/".equals(File.separator)) {
        if (StaticData.SLASH.equals(File.separator)) {
            filePath = filePath.replace("/", "\\");
        }