Browse Source

居民端文章列表接口修改

dev_shibei_match
wangchao 5 years ago
parent
commit
2eab88381e
  1. 3
      epmet-module/resi-voice/resi-voice-server/src/main/java/com/epmet/service/impl/ArticleServiceImpl.java

3
epmet-module/resi-voice/resi-voice-server/src/main/java/com/epmet/service/impl/ArticleServiceImpl.java

@ -18,6 +18,7 @@ import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
@ -82,7 +83,7 @@ public class ArticleServiceImpl implements ArticleService {
}
throw new RenException(articles.getInternalMsg());
return new ArrayList<>();
}
}

Loading…
Cancel
Save