This commit is contained in:
parent
5ffa1b7d50
commit
7d9f4233d1
|
|
@ -10,7 +10,6 @@ namespace BLL
|
|||
/// </summary>
|
||||
public static class PersonInOutService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 根据主键获取人员出入场信息
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ namespace BLL
|
|||
{
|
||||
public class SitePerson_DayReportUnitDetailService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 增加工作日报明细信息
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ namespace BLL
|
|||
{
|
||||
public class SitePerson_MonthReportUnitDetailService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 增加工作日报明细信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue