|
@@ -134,9 +134,7 @@ public class QuestionInfoFacade extends QuestionInfoServiceImpl {
|
|
|
*/
|
|
|
public IPage<QuestionPageDTO> getListFac(QuestionPageVO questionPageVO) {
|
|
|
|
|
|
- Page page = new Page();
|
|
|
- BeanUtil.copyProperties(questionPageVO, page);
|
|
|
- IPage<QuestionPageDTO> res = this.getList(page, questionPageVO);
|
|
|
+ IPage<QuestionPageDTO> res = this.getList(questionPageVO);
|
|
|
// List<QuestionPageDTO> data = res.getRecords();
|
|
|
return res;
|
|
|
}
|