Commit cfbfd086 authored by 黄奎's avatar 黄奎

页面修改

parent ab854e1b
...@@ -409,7 +409,7 @@ namespace Edu.Module.Duty ...@@ -409,7 +409,7 @@ namespace Edu.Module.Duty
RB_Duty_Plan_ViewModel model = duty_PlanRepository.GetEntity<RB_Duty_Plan_ViewModel>(Id); RB_Duty_Plan_ViewModel model = duty_PlanRepository.GetEntity<RB_Duty_Plan_ViewModel>(Id);
if (model != null && model.Id > 0) if (model != null && model.Id > 0)
{ {
model.PlanDetails = GetDutyPlanDetailsListModule(new RB_Duty_PlanDetails_ViewModel() { PlanId = model.Id }); model.PlanDetails = GetDutyPlanDetailsListModule(new RB_Duty_PlanDetails_ViewModel() { PlanId = model.Id ,QDutyStatus=-1});
} }
return model; return model;
} }
......
...@@ -711,8 +711,9 @@ namespace Edu.WebApi.Controllers.Course ...@@ -711,8 +711,9 @@ namespace Edu.WebApi.Controllers.Course
{ {
return ApiResult.Failed("签到总人数错误,请先检查信息"); return ApiResult.Failed("签到总人数错误,请先检查信息");
} }
//判断今天有课没有
//判断今天有课没有
var planList = classModule.GetClassPlanModelRepository(new RB_Class_Plan_ViewModel var planList = classModule.GetClassPlanModelRepository(new RB_Class_Plan_ViewModel
{ {
Group_Id = base.UserInfo.Group_Id, Group_Id = base.UserInfo.Group_Id,
...@@ -754,6 +755,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -754,6 +755,7 @@ namespace Edu.WebApi.Controllers.Course
return result ? ApiResult.Success() : ApiResult.Failed("签到失败"); return result ? ApiResult.Success() : ApiResult.Failed("签到失败");
} }
/// <summary> /// <summary>
/// 获取缺课分页列表 /// 获取缺课分页列表
......
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