Commit 6eb5630a authored by 黄奎's avatar 黄奎

页面修改

parent f0b8c295
...@@ -4842,8 +4842,8 @@ namespace Edu.Module.Course ...@@ -4842,8 +4842,8 @@ namespace Edu.Module.Course
/// <param name="student_stuId"></param> /// <param name="student_stuId"></param>
public void GetStudentCurrentOrderModule(int student_stuId, out int newClassStatus, out string classStatusName, out int classId, out decimal SurplusClassHours) public void GetStudentCurrentOrderModule(int student_stuId, out int newClassStatus, out string classStatusName, out int classId, out decimal SurplusClassHours)
{ {
newClassStatus = 1; newClassStatus = 0;
classStatusName = "学习中"; classStatusName = "";
SurplusClassHours = 0; SurplusClassHours = 0;
classId = 0; classId = 0;
ClassStatusEnum classStatus = 0; ClassStatusEnum classStatus = 0;
......
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