|
|
@@ -91,7 +91,8 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
return this.BaseRepository("CollegeMIS").FindEntity<StuSubsidizeEntity>(keyValue); |
|
|
|
var strSql = "select t.*,s.StuName from StuSubsidize t left join StuInfoBasic s on t.StuId=s.StuId "; |
|
|
|
return this.BaseRepository("CollegeMIS").FindEntity<StuSubsidizeEntity>(strSql.ToString(),null); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|