数据库变更CNPC_XJYJ

This commit is contained in:
2025-08-04 18:04:41 +08:00
parent bafbf97359
commit 79a7f35e22
679 changed files with 5590 additions and 3465 deletions
@@ -7,7 +7,7 @@ namespace BLL
{
public class IncentiveSortBService
{
public static Model.SGGLDB db = Funs.DB;
public static Model.CNPCDB db = Funs.DB;
public static Model.Manager_IncentiveSortB GetIncentiveSortByMonthReportIdAndIncentiveType(string monthReportId, string incentiveType)
{
@@ -52,7 +52,7 @@ namespace BLL
/// <param name="incentiveSort">月报告HSE奖惩情况实体</param>
public static void AddIncentiveSort(Model.Manager_IncentiveSortB incentiveSort)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
string newKeyID = SQLHelper.GetNewID(typeof(Model.Manager_IncentiveSortB));
Model.Manager_IncentiveSortB newIncentiveSort = new Model.Manager_IncentiveSortB
{