소스 검색

批次补助

应县
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)
{


불러오는 중...
취소
저장