Kaynağa Gözat

学生日常考核 学生

长阳分支推送专用
ndbs 2 yıl önce
ebeveyn
işleme
d28ee89464
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

@@ -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
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);
}
catch (Exception ex)


Yükleniyor…
İptal
Kaydet