This commit is contained in:
2026-04-08 14:03:39 +08:00
parent 7ecbc2ebc0
commit 4a1b636ce0
353 changed files with 1378 additions and 500 deletions
+4 -4
View File
@@ -9,7 +9,7 @@ namespace BLL
{
public class BreakdownProjectService
{
public static Model.CNPCDB db = Funs.DB;
/// <summary>
/// 记录数
@@ -41,7 +41,7 @@ namespace BLL
/// <summary>
/// 定义变量
/// </summary>
private static IQueryable<Model.WBS_BreakdownProject> qq = from x in db.WBS_BreakdownProject orderby x.SortIndex select x;
private static IQueryable<Model.WBS_BreakdownProject> qq = from x in Funs.DB.WBS_BreakdownProject orderby x.SortIndex select x;
/// <summary>
/// 获取项目列表
@@ -108,7 +108,7 @@ namespace BLL
/// <summary>
/// 定义变量
/// </summary>
private static IQueryable<Model.View_WBS> qq2 = from x in db.View_WBS select x;
private static IQueryable<Model.View_WBS> qq2 = from x in Funs.DB.View_WBS select x;
/// <summary>
/// 获取项目已选择的WBS列表
@@ -164,7 +164,7 @@ namespace BLL
/// <summary>
/// 定义变量
/// </summary>
private static IQueryable<Model.View_WBS_BreakdownProject> qq3 = from x in db.View_WBS_BreakdownProject orderby x.SortIndex select x;
private static IQueryable<Model.View_WBS_BreakdownProject> qq3 = from x in Funs.DB.View_WBS_BreakdownProject orderby x.SortIndex select x;
/// <summary>
/// 获取项目列表