This commit is contained in:
parent
553383950e
commit
3f404d58fd
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue