Commit 00ebecb4 authored by 黄奎's avatar 黄奎

新增查询条件

parent 0b1945b2
......@@ -1276,6 +1276,7 @@ namespace Edu.WebApi.Controllers.User
var query = new RB_Post_ViewModel()
{
Group_Id = base.UserInfo.Group_Id,
PostName= base.ParmJObj.GetStringValue("PostName")
};
var list = postModule.GetPostListModule(query);
return ApiResult.Success(data: list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment