Browse Source

增加分页查询个人职位浏览记录

chenwen 4 years ago
parent
commit
129ae93ddc

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

@@ -38,7 +38,7 @@ public class UserBrowseApiController {
 
 
     @PostMapping("pagedLoad")
-    @ApiOperation(value = "分页加载职位浏览记录(浏览时间倒序)")
+    @ApiOperation(value = "分页加载职位浏览记录(浏览时间倒序)")
     public MessageResult<Map> pagedLoad( @RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
                                          @RequestParam(value="pageSize",defaultValue="20") int pageSize,
                                          @RequestAttribute String subject){