大屏页面初始化

This commit is contained in:
2026-03-03 10:42:25 +08:00
parent ab8928b7e3
commit 6f9562d121
2 changed files with 9 additions and 1 deletions

View File

@@ -90,8 +90,8 @@ public class erpJobs {
indexInfo.setValue(netProfit);
}
if (index.equals("ERP_006")) {
indexInfo.setModule(budgetStatusName);
indexInfo.setValue(overBudgetAmount);
indexInfo.setTitle(budgetStatusName);
}
infoService.update(indexInfo, queryWrapper);
}