浏览代码

默认查询全部

zhengkaixin 4 年之前
父节点
当前提交
47c5e384a0

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

@@ -279,7 +279,7 @@ public class ResumeApiController {
     @PostMapping("deliveryRecord")
     @ApiOperation(value = "投递记录")
     public MessageResult<Map> deliveryRecord(
-            @RequestParam(value="chatStatus",defaultValue="0") String chatStatus,
+            @RequestParam(value="chatStatus",defaultValue="") String chatStatus,
             @RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
             @RequestParam(value="pageSize",defaultValue="10") int pageSize,
             String token,