首检添加数据看板
This commit is contained in:
@@ -60,7 +60,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
public IActionResult GetArticleCategory(int CategoryId)
|
||||
{
|
||||
var response = _ArticleCategoryService.GetFirst(x => x.CategoryId == CategoryId);
|
||||
|
||||
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user