Commit 98c98bca authored by liudong1993's avatar liudong1993

1

parent c0833b6f
...@@ -128,7 +128,7 @@ namespace Edu.Module.Course ...@@ -128,7 +128,7 @@ namespace Edu.Module.Course
CommissionValue = 0, CommissionValue = 0,
ClassHours = (int)item.ClassHours, ClassHours = (int)item.ClassHours,
ClassStyle = 0, ClassStyle = 0,
ClassStatus = Common.Enum.Course.ClassStatusEnum.NonOpenClass, ClassStatus = Common.Enum.Course.ClassStatusEnum.StudyIng,
InnerRemark = "", InnerRemark = "",
OutRemark = "", OutRemark = "",
CompleteProgress = 0, CompleteProgress = 0,
......
...@@ -461,6 +461,8 @@ namespace Edu.Module.Course ...@@ -461,6 +461,8 @@ namespace Edu.Module.Course
#region 查询内部班 #region 查询内部班
var courseList = courseRepository.GetCourseListRepository(new RB_Course_ViewModel() { Group_Id = userInfo.Group_Id, CourseName = "内部班" }); var courseList = courseRepository.GetCourseListRepository(new RB_Course_ViewModel() { Group_Id = userInfo.Group_Id, CourseName = "内部班" });
string courseIds = string.Join(",", courseList.Select(x => x.CourseId)); string courseIds = string.Join(",", courseList.Select(x => x.CourseId));
courseIds += ",16";//增加 领队日语 (不参与提成)
#endregion #endregion
string EnableDate = Config.NewAchievementsEnable;//新提成启用时间 string EnableDate = Config.NewAchievementsEnable;//新提成启用时间
......
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