Commit 90ff3026 authored by hezhen's avatar hezhen

Merge branch 'master' into dev

parents c73e6d63 fde81042
...@@ -291,6 +291,7 @@ public class JPushBiz extends BaseBiz<MessagePushMapper, MessagePush> { ...@@ -291,6 +291,7 @@ public class JPushBiz extends BaseBiz<MessagePushMapper, MessagePush> {
if (type!=null&&type!=0){ if (type!=null&&type!=0){
criteria.andEqualTo("type",type); criteria.andEqualTo("type",type);
} }
example.setOrderByClause("id desc ");
return ObjectRestResponse.succ(PageDataVO.pageInfo(page, limit, ()->mapper.selectByExample(example))); 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