|
@@ -303,9 +303,7 @@ public class RecruiterApiController {
|
|
|
searchParams.put("id","%" + id + "%");
|
|
|
}
|
|
|
|
|
|
- if (StringUtils.isNotEmpty(id)) {
|
|
|
- searchParams.put("type",type);
|
|
|
- }
|
|
|
+ searchParams.put("type",type);
|
|
|
|
|
|
Page<Map> page = resumeService.foundJobManagement(searchParams,pageIndex,pageSize,true,sortList);
|
|
|
|