Commit 713cd27f by rongkailun

【修改】视频管理筛选条件修改

parent be93c5c5
......@@ -31,7 +31,7 @@ public class NewsMovieServiceImpl extends ServiceImpl<NewsMovieDao, NewsMovieEnt
} else{
newsMovieEntityQueryWrapper.gt("levels","0");
}
newsMovieEntityQueryWrapper.likeLeft(params.containsKey("title"),"title",params.get("levels"));
newsMovieEntityQueryWrapper.likeLeft(params.containsKey("title"),"title",params.get("title"));
newsMovieEntityQueryWrapper.likeLeft(params.containsKey("author"),"author",params.get("author"));
newsMovieEntityQueryWrapper.likeLeft(params.containsKey("auditor"),"auditor",params.get("auditor"));
newsMovieEntityQueryWrapper.likeLeft(params.containsKey("keyword"),"keyword",params.get("keyword"));
......
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