往期累计情况,按照税款所属期月份进行展示
This commit is contained in:
parent
26a6327d44
commit
50d6cc4d9a
|
|
@ -322,9 +322,9 @@
|
|||
<include refid="addUpSituationColumn"/>
|
||||
FROM
|
||||
hrsa_add_up_situation t1
|
||||
INNER JOIN
|
||||
(SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 GROUP BY employee_id) t ON
|
||||
t.employee_id = t1.employee_id AND t.tax_year_month = t1.tax_year_month
|
||||
-- INNER JOIN
|
||||
-- (SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 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
|
||||
LEFT JOIN hrmdepartment d ON d.id = e.departmentid
|
||||
LEFT JOIN hrsa_tax_agent t2 ON t1.tax_agent_id = t2.id
|
||||
|
|
@ -346,9 +346,9 @@
|
|||
<include refid="addUpSituationColumn"/>
|
||||
FROM
|
||||
hrsa_add_up_situation t1
|
||||
INNER JOIN
|
||||
(SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 GROUP BY employee_id) t ON
|
||||
t.employee_id = t1.employee_id AND t.tax_year_month = t1.tax_year_month
|
||||
-- INNER JOIN
|
||||
-- (SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 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
|
||||
LEFT JOIN hrmdepartment d ON d.id = e.departmentid
|
||||
LEFT JOIN hrsa_tax_agent t2 ON t1.tax_agent_id = t2.id
|
||||
|
|
@ -370,9 +370,9 @@
|
|||
<include refid="addUpSituationColumn"/>
|
||||
FROM
|
||||
hrsa_add_up_situation t1
|
||||
INNER JOIN
|
||||
(SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 GROUP BY employee_id) t ON
|
||||
t.employee_id = t1.employee_id AND t.tax_year_month = t1.tax_year_month
|
||||
-- INNER JOIN
|
||||
-- (SELECT employee_id, MAX(tax_year_month) tax_year_month FROM hrsa_add_up_situation WHERE delete_type = 0 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
|
||||
LEFT JOIN hrmdepartment d ON d.id = e.departmentid
|
||||
LEFT JOIN hrsa_tax_agent t2 ON t1.tax_agent_id = t2.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue