Commit f875ee70054eb68429fe3721ffe50dd11ca97936

Authored by changpengfei
1 parent 378ed18dba
Exists in master and in 1 other branch dev

选择单个文章

Showing 1 changed file with 3 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java View file @ f875ee7
... ... @@ -130,6 +130,9 @@
130 130 if(!StringUtils.isEmpty(article.getIid())){
131 131 query.eq("iid",article.getIid());
132 132 }
  133 + if(!StringUtils.isEmpty(article.getAid())){
  134 + query.eq("aid",article.getAid());
  135 + }
133 136  
134 137 if(StringUtils.isEmpty(article.getTitle())){
135 138 article.setTitle(null);