Commit 88349d78 authored by 黄奎's avatar 黄奎

页面修改

parent c10c1368
......@@ -299,6 +299,10 @@ namespace Edu.Module.Course
{nameof(RB_Course_ViewModel.B2BIcon),model.B2BIcon },
{nameof(RB_Course_ViewModel.B2BBackground),model.B2BBackground },
{nameof(RB_Course_ViewModel.CourseEmphasis),model.CourseEmphasis },
{nameof(RB_Course_ViewModel.B2BPrice),model.B2BPrice },
{nameof(RB_Course_ViewModel.B2BRebateRatio),model.B2BRebateRatio },
{nameof(RB_Course_ViewModel.SchoolReNewRatio),model.SchoolReNewRatio },
{nameof(RB_Course_ViewModel.SchoolRebateRatio),model.SchoolRebateRatio },
};
flag = courseRepository.Update(fileds, new WhereHelper(nameof(RB_Course_ViewModel.CourseId), model.CourseId));
}
......
......@@ -401,7 +401,12 @@ namespace Edu.WebApi.Controllers.Course
CourseSubject = base.ParmJObj.GetInt("CourseSubject"),
B2BIcon = base.ParmJObj.GetStringValue("B2BIcon"),
B2BBackground = base.ParmJObj.GetStringValue("B2BBackground"),
CourseEmphasis = base.ParmJObj.GetStringValue("CourseEmphasis")
CourseEmphasis = base.ParmJObj.GetStringValue("CourseEmphasis"),
B2BPrice = base.ParmJObj.GetDecimal("B2BPrice"),
B2BRebateRatio = base.ParmJObj.GetDecimal("B2BRebateRatio"),
B2BReNewRatio = base.ParmJObj.GetDecimal("B2BReNewRatio"),
SchoolRebateRatio = base.ParmJObj.GetDecimal("SchoolRebateRatio"),
SchoolReNewRatio = base.ParmJObj.GetDecimal("SchoolReNewRatio"),
};
try
{
......
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