数据库变更CNPC_XJYJ
This commit is contained in:
@@ -13,7 +13,7 @@ namespace BLL
|
||||
/// <returns></returns>
|
||||
public static List<Model.ChartAnalysisItem> getChartAnalysisByType(string projectId, string type, string startDate, string endDate)
|
||||
{
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
List<Model.ChartAnalysisItem> getDataLists = new List<Model.ChartAnalysisItem>();
|
||||
var getHazardRegister = from x in db.HSSE_Hazard_HazardRegister
|
||||
|
||||
Reference in New Issue
Block a user