From 67200349e7fdda39794f9a45806b72523a9567d2 Mon Sep 17 00:00:00 2001 From: PoffyZhang <99775271@qq.com> Date: Wed, 23 Aug 2023 10:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BD=92=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pmapi/gov/controller/GovProjectCollectionController.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java b/pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java index cd2c897..a54573e 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java +++ b/pmapi/src/main/java/com/ningdatech/pmapi/gov/controller/GovProjectCollectionController.java @@ -36,11 +36,4 @@ public class GovProjectCollectionController { public List dictionary(@RequestParam(value = "type", required = false) String type) { return collectionManage.dictionary(type); } - - @GetMapping("/business-strip/expert/analysis") - @ApiOperation("分析专家数据") - public void analysisExpertOrg() { - belongOrgManage.analysisExpertOrg(); - } - }