Commit ac56378b authored by liudong1993's avatar liudong1993

1

parent 8110ffef
...@@ -623,11 +623,11 @@ namespace Edu.WebApi.Controllers.Course ...@@ -623,11 +623,11 @@ namespace Edu.WebApi.Controllers.Course
} }
//ld 2023-03-22 强验证 学生的到访表 //ld 2023-03-22 强验证 学生的到访表
string rmsg = orderModule.GetStudentVisitVoucher(demodel.StuIds); //string rmsg = orderModule.GetStudentVisitVoucher(demodel.StuIds);
if (rmsg != "") //if (rmsg != "")
{ //{
return ApiResult.Failed(rmsg); // return ApiResult.Failed(rmsg);
} //}
} }
demodel.Group_Id = userInfo.Group_Id; demodel.Group_Id = userInfo.Group_Id;
......
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