瀏覽代碼

选修课课程删除

新疆影视学院高职
zhangli 2 年之前
父節點
當前提交
a2709650c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlanOfElective/OpenLessonPlanOfElectiveService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlanOfElective/OpenLessonPlanOfElectiveService.cs 查看文件

@@ -445,7 +445,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
and LessonTime = '{lessonTimeArr[i]}' and LessonSection = '{lessonSectionArr[i]}'");
}
//选课专业
db.ExecuteBySql($"delete from ElectiveMajor where OLPEId='{entity.Id}'");
db.ExecuteBySql($"delete from ElectiveMajor where OLPOEId='{entity.Id}'");
//删除选修课课程表
db.ExecuteBySql($"delete from OpenLessonPlanOfElective where Id='{entity.Id}'");
}


Loading…
取消
儲存