数据库变更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
@@ -10,7 +10,7 @@ namespace BLL
/// </summary>
public static class TrainingPlanItemService
{
public static Model.SGGLDB db = Funs.DB;
public static Model.CNPCDB db = Funs.DB;
/// <summary>
/// 根据培训计划明细表Id获取所有相关明细信息
@@ -79,7 +79,7 @@ namespace BLL
/// <param name="planId"></param>
public static void DeletePlanItemByPlanId(string planId)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
var planItem = (from x in db.Training_PlanItem where x.PlanId == planId select x).ToList();
if (planItem.Count() > 0)
{