流程生成人员范围
This commit is contained in:
parent
0d417f1e49
commit
fb39dbe0c4
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue