فهرست منبع

默认查询全部

zhengkaixin 4 سال پیش
والد
کامیت
47c5e384a0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/src/main/java/com/jpsoft/employment/modules/mobile/controller/ResumeApiController.java

+ 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,