forked from github/dataease
fix(定时报告): 两个任务选同一个仪表板不同视图数据覆盖
This commit is contained in:
parent
a3bef9c983
commit
d7fd0471ee
@ -68,6 +68,9 @@ public class ExcelUtils {
|
||||
if (StringUtils.isNotBlank(folderId)) {
|
||||
folderPath = BASE_ROOT + folderId + "/";
|
||||
}
|
||||
|
||||
folderPath += Thread.currentThread().getId() + "/";
|
||||
|
||||
if (!FileUtil.exist(folderPath)) {
|
||||
FileUtil.mkdir(folderPath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user