修复因iframe造成的分页导航显示问题

This commit is contained in:
yubaolee
2016-02-18 17:33:40 +08:00
parent f63159dc07
commit 068e6a4bac
11 changed files with 22 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenAuth.Domain.Interface
/// <summary>
/// 批量更新
/// </summary>
void Update(Expression<Func<T, bool>> exp, T entity);
void Update(Expression<Func<T, object>> exp, T entity);
/// <summary>
/// 批量删除