项目初始化

This commit is contained in:
2026-03-24 09:44:28 +08:00
parent 7fffcefc56
commit 76d1c6093a

View File

@@ -62,7 +62,6 @@ public class ErpScreenController {
String accountName = entry.getKey();
Map<String, Object> map = entry.getValue();
ChartDataItem item = new ChartDataItem();
item.setItemCode("CHART");
item.setAxisName(accountName);
item.setValue01(map.get("sumValue01").toString()); // 收入
item.setValue02(map.get("sumValue02").toString()); // 支出