Commit 07746cb1 authored by 黄奎's avatar 黄奎

页面修改

parent 3dedbd30
...@@ -286,7 +286,7 @@ WHERE 1=1 ...@@ -286,7 +286,7 @@ WHERE 1=1
string createIds = string.Join(",", query.CreateIds); string createIds = string.Join(",", query.CreateIds);
if (!string.IsNullOrEmpty(createIds)) if (!string.IsNullOrEmpty(createIds))
{ {
builder.AppendFormat(" AND (t.{0} IN({1}) OR t.StuId IN (SELECT StuId FROM rb_student_assist WHERE AssistId IN({1}) AND `Status`=0) ", nameof(RB_Student_ViewModel.CreateBy), createIds); builder.AppendFormat(" AND (t.{0} IN({1}) OR t.StuId IN (SELECT StuId FROM rb_student_assist WHERE AssistId IN({1}) AND `Status`=0)) ", nameof(RB_Student_ViewModel.CreateBy), createIds);
} }
} }
else else
......
...@@ -349,7 +349,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -349,7 +349,7 @@ namespace Edu.WebApi.Controllers.Course
{ {
item.Id, item.Id,
item.GuestName, item.GuestName,
Mobile=item.StuTel, Mobile=item.StuRealMobile,
item.ContractId, item.ContractId,
item.ContractNo, item.ContractNo,
item.ClassId, item.ClassId,
......
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