feat: There is no way the, 动态消息库
This commit is contained in:
+3
-1
@@ -56,7 +56,9 @@ public class NewsFeedController extends BaseController<NewsFeed> {
|
|||||||
queryWrapper.eq(StringUtils.isNotEmpty(page.getStandardId()),"STANDARD_ID",page.getStandardId());
|
queryWrapper.eq(StringUtils.isNotEmpty(page.getStandardId()),"STANDARD_ID",page.getStandardId());
|
||||||
queryWrapper.eq(StringUtils.isNotEmpty(page.getStandardName()),"STANDARD_NAME",page.getStandardName());
|
queryWrapper.eq(StringUtils.isNotEmpty(page.getStandardName()),"STANDARD_NAME",page.getStandardName());
|
||||||
queryWrapper.eq("MESSAGE_TYPE",page.getMessageType());
|
queryWrapper.eq("MESSAGE_TYPE",page.getMessageType());
|
||||||
queryWrapper.in("TEXT_STATE",list);
|
if(StringUtils.isNotBlank(page.getMessageType())){
|
||||||
|
queryWrapper.in("TEXT_STATE",list);
|
||||||
|
}
|
||||||
queryWrapper.orderByDesc("RENEW_TIME");
|
queryWrapper.orderByDesc("RENEW_TIME");
|
||||||
IPage<NewsFeed> newsFeedList = newsFeedService.page(iPage,queryWrapper);
|
IPage<NewsFeed> newsFeedList = newsFeedService.page(iPage,queryWrapper);
|
||||||
return Result.success(newsFeedList);
|
return Result.success(newsFeedList);
|
||||||
|
|||||||
Reference in New Issue
Block a user