From 1ce54c8f13f2fa298767a27c217411e7b56f81f7 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 26 Nov 2025 20:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=A1=E5=88=92=20?= =?UTF-8?q?=E5=B9=B4=E5=BA=A6=E6=A0=B8=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APT.MicroApi/APT.PP.WebApi/Controllers/Api/SEController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APT.MicroApi/APT.PP.WebApi/Controllers/Api/SEController.cs b/APT.MicroApi/APT.PP.WebApi/Controllers/Api/SEController.cs index 25dd1d8..4c52e60 100644 --- a/APT.MicroApi/APT.PP.WebApi/Controllers/Api/SEController.cs +++ b/APT.MicroApi/APT.PP.WebApi/Controllers/Api/SEController.cs @@ -1398,7 +1398,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP { year++;//超过9月算 制定 明年的代办 } - var yearPlan = this.GetEntity(e => e.TYPE == PlanType.Company && !e.IS_DELETED);//e.YEAR == year && + var yearPlan = this.GetEntity(e => e.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED); if (yearPlan != null) { return true;