|
|
@@ -89,7 +89,7 @@ namespace Learun.Application.TwoDevelopment.StudentWork |
|
|
|
dp.Add("keyword", "%" + queryParam["keyword"].ToString() + "%", DbType.String); |
|
|
|
strSql.Append(" and (t.GName like @keyword or t.GSerial like @keyword)"); |
|
|
|
} |
|
|
|
return this.BaseRepository().FindList<SW_Ask_NotHaveAllEntity>(strSql.ToString(), pagination); |
|
|
|
return this.BaseRepository().FindList<SW_Ask_NotHaveAllEntity>(strSql.ToString(), dp, pagination); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|