1
This commit is contained in:
@@ -10,7 +10,7 @@ namespace BLL
|
||||
{
|
||||
public class CostStatisticService
|
||||
{
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 记录数
|
||||
/// </summary>
|
||||
@@ -23,7 +23,7 @@ namespace BLL
|
||||
/// <summary>
|
||||
/// 定义变量
|
||||
/// </summary>
|
||||
private static IQueryable<Model.TC_CostStatistic> cost = from x in db.TC_CostStatistic orderby x.CostStatisticCode descending select x;
|
||||
private static IQueryable<Model.TC_CostStatistic> cost = from x in Funs.DB.TC_CostStatistic orderby x.CostStatisticCode descending select x;
|
||||
|
||||
/// <summary>
|
||||
/// 获取分页列表
|
||||
|
||||
Reference in New Issue
Block a user