Commit eeee93b5 authored by 黄奎's avatar 黄奎

页面修改

parent eaf1cae3
...@@ -373,7 +373,7 @@ WHERE o.OrderState=1 and og.`Status`=0 and sog.`Status`=0 and og.GuestState=1 an ...@@ -373,7 +373,7 @@ WHERE o.OrderState=1 and og.`Status`=0 and sog.`Status`=0 and og.GuestState=1 an
{ {
newName = customerRepository.GetEntity(model.StuSourceId)?.CustomerName ?? ""; newName = customerRepository.GetEntity(model.StuSourceId)?.CustomerName ?? "";
} }
logContent += string.Format("来源人:由【{0}】=>【{1}】,", oldModel.StuSourceId, model.StuSourceId); logContent += string.Format("来源人:由【{0}】=>【{1}】,", oldName, newName);
} }
Dictionary<string, object> fileds = new Dictionary<string, object>() Dictionary<string, object> fileds = new Dictionary<string, object>()
{ {
......
...@@ -675,6 +675,7 @@ namespace Edu.WebApi.Controllers.User ...@@ -675,6 +675,7 @@ namespace Edu.WebApi.Controllers.User
{ {
query.CreateBy = base.UserInfo.Id; query.CreateBy = base.UserInfo.Id;
} }
int PlanId = base.ParmJObj.GetInt("PlanId"); int PlanId = base.ParmJObj.GetInt("PlanId");
if (PlanId > 0) if (PlanId > 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