Commit 99ed0faf authored by 罗超's avatar 罗超

新增查询条件

parent a90ecd01
...@@ -943,6 +943,7 @@ namespace Edu.WebApi.Controllers.User ...@@ -943,6 +943,7 @@ namespace Edu.WebApi.Controllers.User
{ {
KeyWords = base.ParmJObj.GetStringValue("KeyWords"), KeyWords = base.ParmJObj.GetStringValue("KeyWords"),
StuId = base.ParmJObj.GetInt("StuId"), StuId = base.ParmJObj.GetInt("StuId"),
StuStage =base.ParmJObj.GetInt("StuStage")
}; };
var customer = base.AppletCustomerInfo; var customer = base.AppletCustomerInfo;
query.Group_Id = customer.GroupId; query.Group_Id = customer.GroupId;
......
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