wkyy 3 éve
szülő
commit
5dd7639187

+ 1 - 3
web/src/main/java/com/jpsoft/employment/modules/mobile/controller/RecruiterApiController.java

@@ -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);