|
@@ -45,7 +45,7 @@ public class ConceptDetailController {
|
|
|
"position:1-摘要,2-全文,5-药品说明书,6-不良反应,单选选填")
|
|
|
@PostMapping("/getConceptDetail")
|
|
|
@SysLogger("getConceptDetail")
|
|
|
- public RespDTO<ConceptIntroduceDTO> getConceptDetail(@Valid @RequestBody ConceptIntroduceVO conceptIntroduceVO) {
|
|
|
+ public RespDTO<ConceptIntroduceDTO> getConceptDetail(@RequestBody ConceptIntroduceVO conceptIntroduceVO) {
|
|
|
ConceptIntroduceDTO data = conceptDetailFacade.getConceptDetail(conceptIntroduceVO);
|
|
|
return RespDTO.onSuc(data);
|
|
|
}
|