更改
This commit is contained in:
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user