Commit 1f7a77938fbe080f37c7be422290a2cefa16c355

Authored by changpengfei
1 parent 81b2c8c0e9
Exists in master and in 1 other branch dev

bug

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java View file @ 1f7a779
... ... @@ -128,7 +128,7 @@
128 128 Page<ArticleInfo> articlePagePage = new Page<>();
129 129 QueryWrapper query=new QueryWrapper();
130 130 if(!StringUtils.isEmpty(article.getIid())){
131   - query.like("iid",article.getIid());
  131 + query.eq("iid",article.getIid());
132 132 }
133 133  
134 134 if(StringUtils.isEmpty(article.getTitle())){