소스 검색

选修课情况去掉退学休学学生

新疆影视学院高职
zhangli 2 년 전
부모
커밋
3055960c2f
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuSelectLessonListOfElective/QueryStuSelectResult.js
  2. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuSelectLessonListOfElective/StuSelectLessonListOfElectiveService.cs

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuSelectLessonListOfElective/QueryStuSelectResult.js 파일 보기

@@ -214,6 +214,7 @@ var bootstrap = function ($, learun) {
},
search: function (param) {
param = param || {};
param.SqlParameter = " and a.ChangeStatus<>1 ";
$('#gridtable').jfGridSet('reload', { queryJson: JSON.stringify(param) });
}
};


+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuSelectLessonListOfElective/StuSelectLessonListOfElectiveService.cs 파일 보기

@@ -517,6 +517,10 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
strSql.Append(" AND b.Status is null ");
}
}
if (!queryParam["SqlParameter"].IsEmpty())
{
strSql.Append(queryParam["SqlParameter"].ToString());
}
return this.BaseRepository("CollegeMIS").FindList<StuSelectLessonListOfElectiveEntity>(strSql.ToString(), dp, pagination);
}
catch (Exception ex)


불러오는 중...
취소
저장