From 6a06bdb9e84432746e37773006bbc8a08c680a75 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Wed, 19 Mar 2025 19:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E5=A4=B4bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/baotou/plan/controller/PlanRecordController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/zhgd/xmgl/modules/baotou/plan/controller/PlanRecordController.java b/src/main/java/com/zhgd/xmgl/modules/baotou/plan/controller/PlanRecordController.java index a15bfe7a6..04659ca46 100644 --- a/src/main/java/com/zhgd/xmgl/modules/baotou/plan/controller/PlanRecordController.java +++ b/src/main/java/com/zhgd/xmgl/modules/baotou/plan/controller/PlanRecordController.java @@ -295,6 +295,7 @@ public class PlanRecordController { } else { } + return null; } @OperLog(operModul = "进度计划编制管理", operType = "", operDesc = "查询项目里程碑")