Commit 3479a754 authored by 黄奎's avatar 黄奎

页面修改

parent c091ba64
......@@ -391,7 +391,6 @@ namespace Edu.Module.Customer
flag = newId > 0;
logTitle = "新增跟进";
logContent = model.Remark;
}
try
{
......
......@@ -194,7 +194,7 @@ namespace Edu.WebApi.Controllers.Customer
[HttpPost]
public ApiResult SetStudentBaseInfo()
{
int EditType = base.ParmJObj.GetInt("");
int EditType = base.ParmJObj.GetInt("EditType");
var extModel = new RB_Student_Follow_Extend()
{
Id = base.ParmJObj.GetInt("Id"),
......@@ -208,7 +208,7 @@ namespace Edu.WebApi.Controllers.Customer
extModel.UpdateBy = base.UserInfo.Id;
extModel.UpdateTime = DateTime.Now;
extModel.Group_Id = base.UserInfo.Group_Id;
bool flag = customerStudentModule.SetStudentBaseInfoModule(extModel, StuProfession, StuPurpose);
bool flag = customerStudentModule.SetStudentBaseInfoModule(extModel, StuProfession, StuPurpose);
return flag ? ApiResult.Success() : ApiResult.Failed();
}
......
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