Merge pull request #10327 from dataease/pr@dev@refactor_yoy

refactor(视图): 优化同环比日期字段过滤逻辑
This commit is contained in:
Junjun 2024-06-17 18:36:32 +08:00 committed by GitHub
commit 35a6f701fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1182,6 +1182,7 @@ public class ChartViewService {
}
}
}
logger.info("result data list:" + gson.toJson(resultData));
data.clear();
data.addAll(resultData);
}