Ver a proveniência

解决报错

中职版本^2
zhangli há 3 anos
ascendente
cometimento
8f0022b255
2 ficheiros alterados com 2 adições e 2 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 提交数据


Carregando…
Cancelar
Guardar