项目初始化
This commit is contained in:
@@ -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()); // 支出
|
||||
|
||||
Reference in New Issue
Block a user