|
@@ -41,6 +41,10 @@ namespace Learun.Application.TwoDevelopment.LR_Desktop |
|
|
{ |
|
|
{ |
|
|
strSql.Append($" AND a.FillInFromId='{queryParam["FillInFromId"].ToString()}' "); |
|
|
strSql.Append($" AND a.FillInFromId='{queryParam["FillInFromId"].ToString()}' "); |
|
|
} |
|
|
} |
|
|
|
|
|
if (!queryParam["CreateUserId"].IsEmpty() && queryParam["CreateUserId"].ToString() != "System") |
|
|
|
|
|
{ |
|
|
|
|
|
strSql.Append($" AND a.CreateUserId='{queryParam["CreateUserId"].ToString()}' "); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
return this.BaseRepository("CollegeMIS").FindList<QualityReportMainEntity>(strSql.ToString(), dp, pagination); |
|
|
return this.BaseRepository("CollegeMIS").FindList<QualityReportMainEntity>(strSql.ToString(), dp, pagination); |
|
|
} |
|
|
} |
|
|