|
|
@@ -240,7 +240,7 @@ namespace Learun.Application.TwoDevelopment.LR_Desktop |
|
|
|
{ |
|
|
|
//校区信息 |
|
|
|
var company = this.BaseRepository().FindList<CompanyEntity>(x => x.F_DeleteMark == 0 && x.F_EnabledMark == 1).FirstOrDefault(); |
|
|
|
//课程数据 |
|
|
|
//教材数据 |
|
|
|
var textBookInfo = this.BaseRepository("CollegeMIS").FindList<TextBookInfoEntity>(x => x.IsValid == true && x.IsDel == 0); |
|
|
|
|
|
|
|
ParamModel paramModel = new ParamModel(); |
|
|
|