数据库变更CNPC_XJYJ
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BLL
|
||||
{
|
||||
public class IncentiveSortCService
|
||||
{
|
||||
public static Model.SGGLDB db = Funs.DB;
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
public static List<Model.Manager_IncentiveSortC> GetIncentiveSortsByMonthReportIdAndBigType(string monthReportId, string bigType)
|
||||
{
|
||||
@@ -41,7 +41,7 @@ namespace BLL
|
||||
/// <param name="incentiveSort">月报告HSE奖惩情况实体</param>
|
||||
public static void AddIncentiveSort(Model.Manager_IncentiveSortC incentiveSort)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_IncentiveSortC));
|
||||
Model.Manager_IncentiveSortC newIncentiveSort = new Model.Manager_IncentiveSortC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user