Ver código fonte

项目归集

master
PoffyZhang 1 ano atrás
pai
commit
67200349e7
1 arquivos alterados com 0 adições e 7 exclusões
  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 Ver arquivo

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

}

Carregando…
Cancelar
Salvar