内外部人员匹配标识

This commit is contained in:
钱涛 2023-03-08 18:01:19 +08:00
parent 160116e946
commit d8c13b70d2
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ public class SalaryEmployeeServiceImpl extends Service implements SalaryEmployee
return ServiceUtil.getService(SalaryEmployeeServiceImpl.class, user);
}
boolean openExtEmp = true;
@Override
public List<DataCollectionEmployee> listAll() {
return employBiz.listEmployee();