This commit is contained in:
daiqy88
2025-11-01 18:01:55 +08:00
parent 238c9fb2e2
commit bc5136f3be

View File

@@ -352,6 +352,11 @@ public class OfficeProxy{
int pos = excelPath.indexOf("/users");
if(pos > 0) {
excelPath = excelPath.substring(pos+1);
log.info(excelPath);
}
else
{
log.error("路径窃取错误:"+pos);
}
result.add(excelPath);
}