成果聚类
This commit is contained in:
parent
f1da2939c6
commit
070a404685
|
@ -220,10 +220,8 @@ public class AchievementsController extends BaseController {
|
|||
public AjaxResult getActDataStatisticById(Long id) {
|
||||
return success(achievementsService.getActDataStatisticById(id));
|
||||
}
|
||||
/**
|
||||
* 根据领域,将成果数据进行分类
|
||||
*
|
||||
*/
|
||||
|
||||
@ApiOperation("根据领域,将成果数据进行分类")
|
||||
@GetMapping("/getAreaStatistic")
|
||||
public AjaxResult getAreaStatistic(String areaKey)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue