数据库变更CNPC_XJYJ
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BLL
|
||||
{
|
||||
public class MeetingSortBService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 根据月报告主键获取所有月报告HSE会议情况信息
|
||||
@@ -54,7 +54,7 @@ namespace BLL
|
||||
public static void AddMeetingSort(Model.Manager_MeetingSortB meetingSort)
|
||||
{
|
||||
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
|
||||
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_MeetingSortB));
|
||||
Model.Manager_MeetingSortB newMeetingSort = new Model.Manager_MeetingSortB
|
||||
|
||||
Reference in New Issue
Block a user