fix(定时报告): 两个任务选同一个仪表板不同视图数据覆盖

This commit is contained in:
fit2cloud-chenyw 2022-10-31 15:37:03 +08:00
parent a3bef9c983
commit d7fd0471ee

View File

@ -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);
}