From 27fdd92512447b40f50570cfbf2246c02f98d463 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 26 Nov 2025 17:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=20=E5=B9=B4=E5=BA=A6?= =?UTF-8?q?=E8=AE=A1=E5=88=92=20=E5=88=A0=E9=99=A4=20=E5=B9=B4=E5=BA=A6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E8=BF=87=E6=BB=A4=E9=99=90=E5=88=B6?= 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 4c52e60..25dd1d8 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.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED); + var yearPlan = this.GetEntity(e => e.TYPE == PlanType.Company && !e.IS_DELETED);//e.YEAR == year && if (yearPlan != null) { return true;