소스 검색

项目归集

tags/24080901
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();
}

}

불러오는 중...
취소
저장