处理档案重复生成的问题

This commit is contained in:
钱涛 2022-10-19 13:36:31 +08:00
parent 705a28e563
commit a2716c4330
2 changed files with 9 additions and 6 deletions

View File

@ -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')
;

View File

@ -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页签数量