修改文章增加修改发布状态

This commit is contained in:
izory
2021-08-24 13:59:07 +08:00
parent 0badf7654e
commit fec5e9e94c
3 changed files with 2 additions and 3 deletions

View File

@@ -139,7 +139,8 @@ namespace ZR.Admin.WebApi.Controllers
Content = addModel.Content,
Tags = addModel.Tags,
Category_id = addModel.Category_id,
UpdateTime = addModel.UpdateTime
UpdateTime = addModel.UpdateTime,
Status = addModel.Status
}).ToCreate();
return SUCCESS(response);