Commit bf459943 authored by 黄奎's avatar 黄奎

页面修改

parent 2870e78d
...@@ -99,24 +99,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -99,24 +99,7 @@ namespace Edu.WebApi.Controllers.Course
{ {
return ApiResult.Failed("合同不存在"); return ApiResult.Failed("合同不存在");
} }
return ApiResult.Success("", new return ApiResult.Success(data: model);
{
model.Id,
model.CType,
model.OrderId,
model.ContractNo,
model.StudentName,
model.SchoolName,
model.CourseName,
model.CNYCaps,
model.Money,
model.Exam,
model.Sign,
model.Status,
model.StatusStr,
model.IsCompanySeal,
});
} }
/// <summary> /// <summary>
......
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