添加功能
This commit is contained in:
@@ -165,4 +165,15 @@ public class AnalysisGraduateEmploymentInfoController {
|
||||
public AjaxResult notEmploymentCrowd(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisGraduateEmploymentInfoService.notEmploymentCrowd(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisGraduateEmploymentInfoService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
@@ -117,4 +117,15 @@ public class AnalysisIndustryEmploymentInfoController {
|
||||
public AjaxResult qualityIndicator(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisIndustryEmploymentInfoService.qualityIndicator(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisIndustryEmploymentInfoService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,4 +109,15 @@ public class AnalysisJobDemandTreadController {
|
||||
public AjaxResult skillKeyword(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisJobDemandTreadService.skillKeyword(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisJobDemandTreadService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
@@ -98,4 +98,15 @@ public class AnalysisKeyGroupServiceSituationController {
|
||||
public AjaxResult questionAndSuggestion(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisKeyGroupServiceSituationService.questionAndSuggestion(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisKeyGroupServiceSituationService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
@@ -109,4 +109,15 @@ public class AnalysisMajorIndustryEmploymentMonitorController {
|
||||
public AjaxResult layoffAndLaborGap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisMajorIndustryEmploymentMonitorService.layoffAndLaborGap(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisMajorIndustryEmploymentMonitorService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
@@ -87,4 +87,15 @@ public class AnalysisSectorOccupationSkillController {
|
||||
public AjaxResult talentSkillLevelDistribution(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisSectorOccupationSkillService.talentSkillLevelDistribution(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisSectorOccupationSkillService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
@@ -98,4 +98,15 @@ public class AnalysisSectorTalentController {
|
||||
public AjaxResult talentSupplyDemandMatchingDegree(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisSectorTalentService.talentSupplyDemandMatchingDegree(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 热力图
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 热力图列表
|
||||
*/
|
||||
@PostMapping("/heatmap")
|
||||
public AjaxResult heatmap(@RequestBody QueryParamDto dto) {
|
||||
return AjaxResult.success(analysisSectorTalentService.heatmap(dto));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user