This commit is contained in:
夏菊 2026-04-23 09:48:35 +08:00
parent 5ffa1b7d50
commit 7d9f4233d1
4 changed files with 1 additions and 7 deletions

View File

@ -10,7 +10,6 @@ namespace BLL
/// </summary> /// </summary>
public static class PersonInOutService public static class PersonInOutService
{ {
public static Model.SGGLDB db = Funs.DB;
/// <summary> /// <summary>
/// 根据主键获取人员出入场信息 /// 根据主键获取人员出入场信息

View File

@ -9,8 +9,6 @@ namespace BLL
{ {
public class SitePerson_CheckingService public class SitePerson_CheckingService
{ {
public static Model.SGGLDB db = Funs.DB;
#region #region
/// <summary> /// <summary>
/// 记录数 /// 记录数
@ -24,7 +22,7 @@ namespace BLL
/// <summary> /// <summary>
/// 定义变量 /// 定义变量
/// </summary> /// </summary>
private static IQueryable<Model.SitePerson_Checking> getDataLists = from x in db.SitePerson_Checking private static IQueryable<Model.SitePerson_Checking> getDataLists = from x in Funs.DB.SitePerson_Checking
select x; select x;
/// <summary> /// <summary>

View File

@ -8,8 +8,6 @@ namespace BLL
{ {
public class SitePerson_DayReportUnitDetailService public class SitePerson_DayReportUnitDetailService
{ {
public static Model.SGGLDB db = Funs.DB;
/// <summary> /// <summary>
/// 增加工作日报明细信息 /// 增加工作日报明细信息

View File

@ -8,7 +8,6 @@ namespace BLL
{ {
public class SitePerson_MonthReportUnitDetailService public class SitePerson_MonthReportUnitDetailService
{ {
public static Model.SGGLDB db = Funs.DB;
/// <summary> /// <summary>
/// 增加工作日报明细信息 /// 增加工作日报明细信息