往期累计

This commit is contained in:
钱涛 2022-04-28 19:32:38 +08:00
parent beb725fb8a
commit e445e654de
1 changed files with 1 additions and 1 deletions

View File

@ -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" +