解决冲突

This commit is contained in:
Harryxzy 2024-04-02 13:56:19 +08:00
parent 422cc687e9
commit 2e44e2cd86
1 changed files with 0 additions and 3 deletions

View File

@ -73,9 +73,6 @@ public class SalaryEmployeeServiceImpl extends Service implements SalaryEmployee
return SqlProxyHandle.getProxy(ExpandFieldSettingsMapper.class);
}
private EmployMapper getEmployMapper() {
return SqlProxyHandle.getProxy(EmployMapper.class);
}
private ExtEmpService getExtEmpService(User user) {