查询实例总数

develop
guyuliang 2024-08-24 19:50:04 +08:00
parent f862950828
commit b8d94cbb83
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ public class ModuleServiceImpl implements ModuleService {
pager.setPage(1); pager.setPage(1);
pager.setRows(Integer.MAX_VALUE); pager.setRows(Integer.MAX_VALUE);
modelParamList.add(modelParam); modelParamList.add(modelParam);
pager.setParams(modelParamList);
GeneralResult<GridBean<CiModule>> modelList = getModelList(pager); GeneralResult<GridBean<CiModule>> modelList = getModelList(pager);
if (modelList.isFailed()) { if (modelList.isFailed()) {
log.info("modelList:{}", JSON.toJSONString(modelList)); log.info("modelList:{}", JSON.toJSONString(modelList));