|
|
@@ -56,7 +56,7 @@ public class MessageController extends BaseController {
|
|
56
|
56
|
qw.like(!StringHelper.isEmpty(input.getMsgFormat()), Message::getMsgFormat, input.getMsgFormat());
|
|
57
|
57
|
qw.eq(input.getStatus() != null && input.getStatus() > 0, Message::getStatus, input.getStatus());
|
|
58
|
58
|
qw.like(!StringHelper.isEmpty(input.getRemark()), Message::getRemark, input.getRemark());
|
|
59
|
|
- qw.orderByDesc(Message::getCreateTime);
|
|
|
59
|
+// qw.orderByDesc(Message::getCreateTime);
|
|
60
|
60
|
|
|
61
|
61
|
Page<Message> page = GetPage(pageInput);
|
|
62
|
62
|
if (page != null) {
|