|
|
@ -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<>(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|