数据库变更CNPC_XJYJ
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BLL
|
||||
{
|
||||
public class PersonSortCService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
/// <summary>
|
||||
/// 根据月报告主键获取所有月报告HSE人力投入信息
|
||||
@@ -31,7 +31,7 @@ namespace BLL
|
||||
/// <param name="checkSort">月报告HSE人力投入实体</param>
|
||||
public static void AddPersonSort(Model.Manager_PersonSortC checkSort)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_PersonSortC));
|
||||
Model.Manager_PersonSortC newPersonSort = new Model.Manager_PersonSortC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user