refactor(视图): 优化同环比日期字段过滤逻辑

This commit is contained in:
junjun 2024-06-17 18:34:55 +08:00
parent 090ed2d682
commit 4e42f0b6af

View File

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