tangzy
2021-08-26 97f4c8f1aeea0b973d302d25bbf60c82dddf9a8d
src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -58,7 +58,7 @@
public class InformationServiceImpl extends ServiceImpl<InformationMapper, Information> implements IInformationService {
   @Override
   public IPage<Information> selectInformationPage(IPage<Information> page, Information information) {
   public IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information) {
      return page.setRecords(baseMapper.selectInformationPage(page, information));
   }