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