From f762245f22593c84a7ad2b5cf67e4eff0110664d Mon Sep 17 00:00:00 2001 From: JyuHsin <729757837@qq.com> Date: Fri, 13 Jun 2025 17:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/TheRapyRecuperationLineFragmentController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineFragmentController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineFragmentController.java index 1a93389..9aa5df5 100644 --- a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineFragmentController.java +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/statistics/TheRapyRecuperationLineFragmentController.java @@ -393,6 +393,7 @@ public class TheRapyRecuperationLineFragmentController { LEFT JOIN the_rapy_recuperation_base_management bm ON bm.id = en.takePartInBaseManagementId LEFT JOIN the_rapy_recuperation_travel_agency ta ON ta.id = bm.travelAgencyId LEFT JOIN sys_user u ON u.loginName = en.loginName + $condition """); Cnd cnd = Cnd.NEW(); cnd.andEX("bm.year", ">=", startYear);