Commit 2fda7a7f authored by 黄奎's avatar 黄奎

页面修改

parent 784dd577
...@@ -735,6 +735,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -735,6 +735,7 @@ namespace Edu.WebApi.Controllers.Course
x.Contact, x.Contact,
x.ContactMobile, x.ContactMobile,
UpdateTime = x.UpdateTime.ToString("yyyy-MM-dd HH:mm:ss"), UpdateTime = x.UpdateTime.ToString("yyyy-MM-dd HH:mm:ss"),
IsShow=true,
}); });
return ApiResult.Success("", pageModel); return ApiResult.Success("", pageModel);
} }
......
...@@ -180,8 +180,6 @@ namespace Edu.WebApi.Controllers.Course ...@@ -180,8 +180,6 @@ namespace Edu.WebApi.Controllers.Course
int OrderId = base.ParmJObj.GetInt("OrderId"); int OrderId = base.ParmJObj.GetInt("OrderId");
//学员编号 //学员编号
int guestId = base.ParmJObj.GetInt("GuestId"); int guestId = base.ParmJObj.GetInt("GuestId");
var orderModel = new RB_Order_ViewModel() var orderModel = new RB_Order_ViewModel()
{ {
Class_Price = base.ParmJObj.GetDecimal("Class_Price"),//单价 Class_Price = base.ParmJObj.GetDecimal("Class_Price"),//单价
......
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