Commit 35e18500 authored by 黄奎's avatar 黄奎

页面修改

parent d5e8dcc1
...@@ -1288,7 +1288,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -1288,7 +1288,7 @@ namespace Edu.WebApi.Controllers.Course
int priceDiscountType = param.GetInt("PriceDiscountType"); int priceDiscountType = param.GetInt("PriceDiscountType");
if (priceDiscountType <= 0) if (priceDiscountType <= 0)
{ {
return ApiResult.ParamIsNull(message: "请选择【优惠类型】"); //return ApiResult.ParamIsNull(message: "请选择【优惠类型】");
} }
RB_Course_Preferential_Extend model = new RB_Course_Preferential_Extend() RB_Course_Preferential_Extend model = new RB_Course_Preferential_Extend()
{ {
......
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