This commit is contained in:
parent
2ad0403d8c
commit
c4f1ae6768
|
@ -11,7 +11,7 @@ namespace BLL
|
||||||
{
|
{
|
||||||
public static class CQMSDataService
|
public static class CQMSDataService
|
||||||
{
|
{
|
||||||
public static SGGLDB db = Funs.DB;
|
//public static SGGLDB db = Funs.DB;
|
||||||
//public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
//public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
||||||
public static List<string> BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
|
public static List<string> BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ namespace BLL
|
||||||
{
|
{
|
||||||
public static class HJGLData_HJGLService
|
public static class HJGLData_HJGLService
|
||||||
{
|
{
|
||||||
public static SGGLDB db = Funs.DB;
|
//public static SGGLDB db = Funs.DB;
|
||||||
public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
||||||
|
|
||||||
#region 获取列表
|
#region 获取列表
|
||||||
|
|
|
@ -15,7 +15,7 @@ namespace BLL
|
||||||
{
|
{
|
||||||
public static class HSSEData_HSSEService
|
public static class HSSEData_HSSEService
|
||||||
{
|
{
|
||||||
public static SGGLDB Db = Funs.DB;
|
//public static SGGLDB Db = Funs.DB;
|
||||||
|
|
||||||
//public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
//public static List<string> BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
|
||||||
public static List<string> BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
|
public static List<string> BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
|
||||||
|
|
Loading…
Reference in New Issue