Commit fde81042 authored by hezhen's avatar hezhen

123

parent ef4104ff
......@@ -258,6 +258,7 @@ public class JPushBiz extends BaseBiz<MessagePushMapper, MessagePush> {
if (type!=null&&type!=0){
criteria.andEqualTo("type",type);
}
example.setOrderByClause("id desc ");
return ObjectRestResponse.succ(PageDataVO.pageInfo(page, limit, ()->mapper.selectByExample(example)));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment