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"),
......
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