临期线索
This commit is contained in:
@@ -21,6 +21,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -92,7 +93,7 @@ public class DeskController {
|
||||
|
||||
@GetMapping(path = "/queryInterviewPlan")
|
||||
@ApiOperation("是否有面试与临期线索")
|
||||
public ResponseResult<InterviewPlanVO> queryInterviewPlanVO(){
|
||||
public ResponseResult<HashMap<String, InterviewPlanVO>> queryInterviewPlanVO(){
|
||||
String userId = CurrentUserHolder.getUserId();
|
||||
return ResponseResult.success(deskService.getInterviewPlan(userId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user