|
@@ -137,7 +137,7 @@ public class ConceptController {
|
|
|
notes = "type: 1:科室、2:辅检、3:慢病")
|
|
|
@PostMapping("/getConceptListByType")
|
|
|
@SysLogger("getConceptListByType")
|
|
|
- @ApiIgnore
|
|
|
+// @ApiIgnore
|
|
|
public RespDTO<List<ConceptBaseDTO>> getConceptListByType(@RequestBody ConceptTypeVO conceptTypeVO) {
|
|
|
return RespDTO.onSuc(conceptFacade.getConceptListByType(conceptTypeVO));
|
|
|
}
|