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