yanghb
2025-01-07 fb9ce21457f9a3326b8253e095319db7fa961007
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)) {