Merge pull request #10339 from dataease/pr@dev@test_yoy

test: logger
This commit is contained in:
Junjun 2024-06-18 12:05:48 +08:00 committed by GitHub
commit 0a2a4e5b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1750,6 +1750,7 @@ public class ChartViewService {
for (int i = 0; i < xAxis.size() + xAxisExt.size(); i++) {
x2.append(res2[i]);
}
logger.info("data compare:" + x1 + "---" + x2 + "-----" + StringUtils.equals(x1, x2));
if (StringUtils.equals(x1, x2)) {
resultData.add(res1);
break;