数据库变更CNPC_XJYJ
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BLL
|
||||
{
|
||||
public class OtherActiveSortCService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 根据月报告主键获取所有月报告其他HSE管理活动信息
|
||||
@@ -25,7 +25,7 @@ namespace BLL
|
||||
/// <param name="checkSort">月报告其他HSE管理活动实体</param>
|
||||
public static void AddOtherActiveSort(Model.Manager_OtherActiveSortC checkSort)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_OtherActiveSortC));
|
||||
Model.Manager_OtherActiveSortC newOtherActiveSort = new Model.Manager_OtherActiveSortC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user