1
This commit is contained in:
@@ -9,7 +9,7 @@ namespace BLL
|
||||
public static class HotProessManageService
|
||||
{
|
||||
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 记录数
|
||||
@@ -33,6 +33,7 @@ namespace BLL
|
||||
/// <returns></returns>
|
||||
public static IEnumerable GetListData(string projectId, string pipelineManageCode,string jointInfoCode, string hotProessReportCode, string hotHardManageCode, int startRowIndex, int maximumRows)
|
||||
{
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
IQueryable<Model.ProcessControl_HotProessManage> q = from x in db.ProcessControl_HotProessManage
|
||||
where x.ProjectId == projectId
|
||||
orderby x.HotHardManageCode descending
|
||||
|
||||
Reference in New Issue
Block a user