|
@@ -710,7 +710,9 @@ public class DataController extends BaseController {
|
|
baseVO.setSectionList(sectionList);
|
|
baseVO.setSectionList(sectionList);
|
|
baseVO.setPageAndCount(baseVO.getPage(), baseVO.getCount());
|
|
baseVO.setPageAndCount(baseVO.getPage(), baseVO.getCount());
|
|
List<SectionDTO> sectionLampCountsList = sectionService.getSectionLampCountsListByBaseVO(baseVO);
|
|
List<SectionDTO> sectionLampCountsList = sectionService.getSectionLampCountsListByBaseVO(baseVO);
|
|
|
|
+ Integer total = sectionService.getSectionAllCountByBaseVO(baseVO);
|
|
SectionVO sectionVO = new SectionVO();
|
|
SectionVO sectionVO = new SectionVO();
|
|
|
|
+ sectionVO.setTotal(total);
|
|
sectionVO.setList(sectionLampCountsList);
|
|
sectionVO.setList(sectionLampCountsList);
|
|
return toolUtils.response(InterfaceResultEnum.OPERATION_SUCCESS, version, sectionVO);
|
|
return toolUtils.response(InterfaceResultEnum.OPERATION_SUCCESS, version, sectionVO);
|
|
}
|
|
}
|