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>
public static class PersonInOutService
{
public static Model.SGGLDB db = Funs.DB;
/// <summary>
/// 根据主键获取人员出入场信息

View File

@ -9,8 +9,6 @@ namespace BLL
{
public class SitePerson_CheckingService
{
public static Model.SGGLDB db = Funs.DB;
#region
/// <summary>
/// 记录数
@ -24,7 +22,7 @@ namespace BLL
/// <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;
/// <summary>

View File

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

View File

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