land-system/src/main/java/com/zzg/system/service/state/impl/StateApplyRecordServiceImpl.java
@@ -256,11 +256,6 @@ } @Override public Object apply(StateApplyRecordPageBO stateApplyRecordPageBO) { return null; } @Override public StateApplyRecordPageInfoLevelVO pageInfoLevel(StateApplyRecordPageInfoLevelBO stateApplyRecordPageBO) { List<StateApplyRecordVO> allStateApplyRecordVOList = this.getBaseMapper().selectApplyRecordWithProject(stateApplyRecordPageBO); if (CollectionUtils.isEmpty(allStateApplyRecordVOList)) {