ソースを参照

项目归集

master
PoffyZhang 1年前
コミット
67200349e7
1個のファイルの変更0行の追加7行の削除
  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 ファイルの表示

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

}

読み込み中…
キャンセル
保存