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