数据库变更CNPC_XJYJ
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BLL
|
||||
{
|
||||
public class AccidentSortBService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
public static Model.Manager_AccidentSortB GetAccidentSortsByMonthReportIdAndAccidentType(string monthReportId, string accidentType)
|
||||
{
|
||||
@@ -73,7 +73,7 @@ namespace BLL
|
||||
/// <param name="accidentSort">月报告事故分类实体</param>
|
||||
public static void AddAccidentSort(Model.Manager_AccidentSortB accidentSort)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_AccidentSortB));
|
||||
Model.Manager_AccidentSortB newAccidentSort = new Model.Manager_AccidentSortB
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user