Commit 803af54b authored by 黄奎's avatar 黄奎

页面修改

parent 5a0b88e0
......@@ -52,7 +52,7 @@ namespace Edu.WebApi.Controllers.Duty
};
if (query.IsQueryAll != 1)
{
query.CreateBy = base.UserInfo.Id;
// query.CreateBy = base.UserInfo.Id;
}
var list = visitorReserveModule.GetVisitorReservePageModule(pageModel.PageIndex, pageModel.PageSize, out long rowsCount, query);
foreach (var item in 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