流程生成人员范围

This commit is contained in:
钱涛 2022-12-07 20:16:14 +08:00
parent 0d417f1e49
commit fb39dbe0c4
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ public class TaxAgentManageRangeServiceImpl extends Service implements TaxAgentM
private void syncLocalEmp(Long taxAgentId, List<DataCollectionEmployee> allSalaryEmployees, List<TaxAgentManageRangePO> allSubAdminRanges) {
syncLocalEmp(taxAgentId, allSalaryEmployees, allSubAdminRanges, (long) user.getUID());
//生成档案
getSalaryArchiveService(user).handleChangeData(1l);
getSalaryArchiveService(user).handleChangeData(1L);
}