Commit dc95b44c authored by 黄奎's avatar 黄奎

页面修改

parent 59679ba6
...@@ -581,10 +581,11 @@ GROUP BY GuestId"; ...@@ -581,10 +581,11 @@ GROUP BY GuestId";
model.CustomerId = model.StuSourceId; model.CustomerId = model.StuSourceId;
} }
} }
//内部介绍=>直接修改内部介绍人为学员创建人 //内部介绍=>直接修改内部介绍人为学员创建人【HK2023-06-15调整为不改变原创建人员】
else if (model.CreateType == StuCreateTypeEnum.InternalIntroduction) else if (model.CreateType == StuCreateTypeEnum.InternalIntroduction)
{ {
model.CreateBy = model.StuSourceId; //创建人不变
// model.CreateBy = model.StuSourceId;
} }
model.StuTel = Common.Plugin.StringHelper.ReplaceMobile(model.StuRealMobile); model.StuTel = Common.Plugin.StringHelper.ReplaceMobile(model.StuRealMobile);
......
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