往期累计
This commit is contained in:
parent
beb725fb8a
commit
e445e654de
|
|
@ -58,7 +58,7 @@ public class AddUpSituationListCmd extends AbstractCommonCommand<Map<String, Obj
|
|||
|
||||
String fromSql = " FROM " +
|
||||
" hrsa_add_up_situation t1" +
|
||||
" INNER JOIN" +
|
||||
" LEFT JOIN" +
|
||||
" (SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation GROUP BY employee_id) t ON" +
|
||||
" t.employee_id = t1.employee_id AND t.tax_year_month = t1.tax_year_month" +
|
||||
" LEFT JOIN hrmresource e ON e.id = t1.employee_id" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue