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

页面修改

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