|
|
@@ -36,11 +36,4 @@ public class GovProjectCollectionController { |
|
|
|
public List<GovProjectDictionaryVO> dictionary(@RequestParam(value = "type", required = false) String type) { |
|
|
|
return collectionManage.dictionary(type); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/business-strip/expert/analysis") |
|
|
|
@ApiOperation("分析专家数据") |
|
|
|
public void analysisExpertOrg() { |
|
|
|
belongOrgManage.analysisExpertOrg(); |
|
|
|
} |
|
|
|
|
|
|
|
} |