|
|
@@ -128,6 +128,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
strSql.Append("SELECT "); |
|
|
|
strSql.Append(fieldSql); |
|
|
|
strSql.Append(" FROM StuScoreNotPassTwoTran t "); |
|
|
|
var userlogin = LoginUserInfo.Get(); |
|
|
|
if (userlogin.Description == "学生") |
|
|
|
{ |
|
|
|
strSql.Append(" where 1= 1 and Stuno = '" + userlogin.account + "'"); |
|
|
|
} |
|
|
|
return this.BaseRepository("CollegeMIS").FindList<StuScoreNotPassTwoTranEntity>(strSql.ToString(), pagination); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|