|
@@ -177,9 +177,9 @@ public class ArticleController extends JeecgController<Article, IArticleService>
|
|
|
List<String> idList = Arrays.asList(ids.split(","));
|
|
|
this.articleService.restoreBatchByIds(idList);
|
|
|
if (idList.size() == 1) {
|
|
|
- return Result.OK("审核成功!");
|
|
|
+ return Result.OK("恢复成功!");
|
|
|
} else {
|
|
|
- return Result.OK("批量审核成功!");
|
|
|
+ return Result.OK("批量恢复成功!");
|
|
|
}
|
|
|
}
|
|
|
/**
|