Commit c8ac643e authored by 黄奎's avatar 黄奎

页面修改

parent 1dd27880
......@@ -354,7 +354,7 @@ namespace Edu.WebApi.Controllers.Customer
var pageModel = Common.Plugin.JsonHelper.DeserializeObject<ResultPageModel>(RequestParm.Msg.ToString());
var query = new RB_Student_OrderGuest_ViewModel()
{
Student_Id = base.ParmJObj.GetInt("StuId"),
// Student_Id = base.ParmJObj.GetInt("StuId"),
};
//query.Group_Id = base.UserInfo.Group_Id;
var data = customerStudentModule.GetStuOrderGuestContractPageModule(pageModel.PageIndex, pageModel.PageSize, out long rowsCount, query);
......
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