xiangpei
2024-03-24 54a64e9a13344e39470de8eff1d28a0eec669cf6
src/main/java/com/mindskip/xzs/service/impl/QuestionServiceImpl.java
@@ -25,6 +25,7 @@
import com.mindskip.xzs.viewmodel.admin.question.QuestionPageRequestVM;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.mindskip.xzs.vo.QuestionImportVO;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -251,4 +252,8 @@
    }
    @Override
    public List<QuestionImportVO> export(QuestionPageRequestVM query) {
        return questionMapper.export(query);
    }
}