1
This commit is contained in:
@@ -9,7 +9,7 @@ namespace BLL
|
||||
{
|
||||
public class ProjectConstructionLogService
|
||||
{
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
|
||||
#region 获取人员列表信息
|
||||
/// <summary>
|
||||
@@ -24,7 +24,7 @@ namespace BLL
|
||||
/// <summary>
|
||||
/// 定义变量
|
||||
/// </summary>
|
||||
private static IQueryable<Model.InformationProject_ConstructionLog> getDataLists = from x in db.InformationProject_ConstructionLog
|
||||
private static IQueryable<Model.InformationProject_ConstructionLog> getDataLists = from x in Funs.DB.InformationProject_ConstructionLog
|
||||
select x;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user