Commit cc1cede1 authored by 黄奎's avatar 黄奎

页面修改

parent 2eff3079
......@@ -4640,7 +4640,7 @@ namespace Edu.Module.Course
foreach (var subItem in tempStuList)
{
var tempAdv = advList?.Where(qitem => qitem.StuId == subItem.Student_Id && qitem.AdvisorStatus == 5)?.FirstOrDefault();
if (tempAdv == null)
if (tempAdv == null && subItem.Student_Id!=65)
{
student_AdvisorRepository.Insert(new Model.Entity.Customer.RB_Student_Advisor()
{
......
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