Quellcode durchsuchen

学生日常考核 学生

长阳分支推送专用
ndbs vor 2 Jahren
Ursprung
Commit
d28ee89464
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Accommodation/AccommodationService.cs Datei anzeigen

@@ -212,7 +212,7 @@ a.name as ApartmentName,b.name as UnitName,c.Name as FloorName
{ {
string sql = @"select ID,Name,DNo,StudentID,fb.stuNo,fb.stuname,fb.classno,fb.majorno,fb.deptno from Acc_DormitoryBuild zb string sql = @"select ID,Name,DNo,StudentID,fb.stuNo,fb.stuname,fb.classno,fb.majorno,fb.deptno from Acc_DormitoryBuild zb
left join StuInfoBasic fb on fb.Stuno = zb.StudentID left join StuInfoBasic fb on fb.Stuno = zb.StudentID
where zb.BuildType = '5' and zb.ParentID = '" + keyValue + "' and zb.StudentID is not null ";
where zb.BuildType = '5' and zb.ParentID = '" + keyValue + "' and (fb.stuNo is not null and fb.stuname is not null )";
return this.BaseRepository("CollegeMIS").FindList<Acc_DormitoryBuildEntity>(sql); return this.BaseRepository("CollegeMIS").FindList<Acc_DormitoryBuildEntity>(sql);
} }
catch (Exception ex) catch (Exception ex)


Laden…
Abbrechen
Speichern