This commit is contained in:
JyuHsin
2025-06-13 17:05:27 +08:00
parent 8cd77a08ce
commit f762245f22
@@ -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);