报错
java.lang.ClassCastException: com.chenggutek.iou.rest.modular.comm.entity.MsgUser cannot be cast to com.baomidou.mybatisplus.plugins.Page
错误原因:cannot be cast to 转换异常
解决方案:将page型换成List型
报错
java.lang.ClassCastException: com.chenggutek.iou.rest.modular.comm.entity.MsgUser cannot be cast to com.baomidou.mybatisplus.plugins.Page
错误原因:cannot be cast to 转换异常
解决方案:将page型换成List型