ndbs пре 7 месеци
родитељ
комит
1b40f5b3da
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Batch/SW_Ask_BatchService.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_NotHaveAll/SW_Ask_NotHaveAllService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Batch/SW_Ask_BatchService.cs Прегледај датотеку

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


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_NotHaveAll/SW_Ask_NotHaveAllService.cs Прегледај датотеку

@@ -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)
{


Loading…
Откажи
Сачувај