Commit 7ee2a675 authored by 黄奎's avatar 黄奎

页面修改

parent 8f0b9f31
......@@ -581,6 +581,11 @@ GROUP BY GuestId";
model.CustomerId = model.StuSourceId;
}
}
//内部介绍=>直接修改内部介绍人为学员创建人
else if (model.CreateType == StuCreateTypeEnum.InternalIntroduction)
{
model.CreateBy = model.StuSourceId;
}
model.StuTel = Common.Plugin.StringHelper.ReplaceMobile(model.StuRealMobile);
if (model.StuId > 0)
......
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