This commit is contained in:
haozq 2024-11-11 17:34:39 +08:00
parent 553383950e
commit 3f404d58fd
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class PlanOutServiceImpl implements PlanOutService{
try{
List<StatisticsVo> list=mapper.getStatistics();
StatisticsVo data=mapper.getOverNum();
map.put("neeNum",list.get(0).getNeeNum());
map.put("neeNum",list.get(0).getNeedNum());
map.put("dfhNum",list.get(0).getDfhNum());
map.put("fhNum",list.get(0).getFhNum());
map.put("overNum",data.getNum());