Commit 52e0f11c authored by liudong1993's avatar liudong1993

1

parent f5a4f448
...@@ -110,7 +110,7 @@ namespace EduSpider.WebApi.Controllers ...@@ -110,7 +110,7 @@ namespace EduSpider.WebApi.Controllers
return ApiResult.ParamIsNull("非老师账户,无法操作"); return ApiResult.ParamIsNull("非老师账户,无法操作");
} }
string rmsg = ExamService.DelExamInfo(ExamId, base.BaseUserId); string rmsg = ExamService.DelExamInfo(ExamId, base.UserInfo.Id);
if (rmsg == "") if (rmsg == "")
{ {
return ApiResult.Success(); return ApiResult.Success();
......
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