Browse Source

项目归集

master
PoffyZhang 1 year ago
parent
commit
67200349e7
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java

+ 0
- 7
pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java View File

@@ -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();
}

}

Loading…
Cancel
Save