This commit is contained in:
2025-06-23 21:31:12 +08:00
parent 2ad0403d8c
commit c4f1ae6768
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ namespace BLL
{
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 = BaseDataService.BeUnderConstructionList;