wkyy 4 anni fa
parent
commit
1ce2afdfbf

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

@@ -47,7 +47,7 @@ public class UserBrowseHrApiController {
     private WorkCategoryService workCategoryService;
 
     @PostMapping("pageListHR")
-    @ApiOperation(value = "分页加载职位浏览、收藏记录(按浏览或收藏时间倒序)")
+    @ApiOperation(value = "浏览记录")
     public MessageResult<Map> pageListHR(
             String token,String positionCategoryId,Integer age,String sex,
             String workExp,String education,String createTimeRange,