处理档案重复生成的问题
This commit is contained in:
parent
705a28e563
commit
a2716c4330
|
|
@ -119,6 +119,9 @@ delete from hrsa_tax_rate_detail where 1=1
|
|||
delete from hrsa_salary_acct_result_report where 1=1
|
||||
;
|
||||
|
||||
delete from hrsa_insurance_base_info where 1=1
|
||||
;
|
||||
|
||||
|
||||
INSERT INTO hrsa_insurance_category (id, insurance_name, welfare_type, is_use, payment_scope, data_type, create_time, update_time, creator, delete_type, tenant_key) VALUES (9001, '养老保险', 1, 1, '1,2', 1, '2022-02-22 10:46:02', '2022-02-22 10:46:02', 0, 0, 'all_teams')
|
||||
;
|
||||
|
|
@ -1950,12 +1950,12 @@ public class SalaryArchiveServiceImpl extends Service implements SalaryArchiveSe
|
|||
public Map<String, Long> queryTabTotal() {
|
||||
long currentEmployeeId = user.getUID();
|
||||
|
||||
// 1.历史数据处理
|
||||
handleHistory(currentEmployeeId);
|
||||
// 2.待停薪自动处理
|
||||
handleSuspendData(currentEmployeeId);
|
||||
// 3.增量数据处理
|
||||
handleChangeData(currentEmployeeId);
|
||||
// // 1.历史数据处理
|
||||
// handleHistory(currentEmployeeId);
|
||||
// // 2.待停薪自动处理
|
||||
// handleSuspendData(currentEmployeeId);
|
||||
// // 3.增量数据处理
|
||||
// handleChangeData(currentEmployeeId);
|
||||
|
||||
|
||||
// tab页签数量
|
||||
|
|
|
|||
Loading…
Reference in New Issue