Przeglądaj źródła

解决报错

中职版本^2
zhangli 3 lat temu
rodzic
commit
8f0022b255
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachingPlan/TeachingPlanBLL.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachingPlan/TeachingPlanIBLL.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachingPlan/TeachingPlanBLL.cs Wyświetl plik

@@ -91,7 +91,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// <param name="AcademicYearNo"></param>
/// <param name="Semester"></param>
/// <returns></returns>
public TeachingPlanRes GetTeachingPlan(string AcademicYearNo, string Semester)
public List<TeachingPlanRes> GetTeachingPlan(string AcademicYearNo, string Semester)
{
try
{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachingPlan/TeachingPlanIBLL.cs Wyświetl plik

@@ -29,7 +29,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// <returns></returns>
TeachingPlanEntity GetTeachingPlanEntity(string keyValue);

TeachingPlanRes GetTeachingPlan(string AcademicYearNo,string Semester);
List<TeachingPlanRes> GetTeachingPlan(string AcademicYearNo,string Semester);
#endregion

#region 提交数据


Ładowanie…
Anuluj
Zapisz