合并最新
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BLL
|
||||
/// 定义变量
|
||||
/// </summary>
|
||||
private static IQueryable<Model.SitePerson_Person> getDataLists = from x in db.SitePerson_Person
|
||||
where x.IsUsed == true
|
||||
where x.IsUsed == 1
|
||||
select x;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user