联调修改

master
wany 2024-09-04 10:30:25 +08:00
parent a475d78afd
commit 0402b9b97d
1 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ public class StatisticsService {
RjyNbVo rjyNbVoMaxDate = setDayRz(maxDateMap);
BeanUtils.copyProperties(rjyNbVoMaxDate,rjMaxDate);
rjMaxDate.setTheme("月统计");
rjMaxDate.setDate("日期");
rjMaxDate.setDate("最高日期");
childList.add(rjMaxDate);
RjswNbVo rjswNbVoMin = new RjswNbVo();
@ -524,7 +524,7 @@ public class StatisticsService {
RjyNbVo rjyNbVoMinDate = setDayRz(minDateMap);
BeanUtils.copyProperties(rjyNbVoMinDate,rjMinDate);
rjMinDate.setTheme("月统计");
rjMinDate.setDate("日期");
rjMinDate.setDate("最低日期");
childList.add(rjMinDate);
vo.setList(childList);