|
@@ -22,10 +22,7 @@ public class ConceptDetailFacade {
|
|
|
|
|
|
public ConceptIntroduceDTO getConceptDetail(ConceptIntroduceVO conceptIntroduceVO) {
|
|
|
RespDTO<ConceptIntroduceDTO> res = aiptServiceClient.getConceptDetail(conceptIntroduceVO);
|
|
|
- if (RespDTOUtil.respIsNG(res)) {
|
|
|
- throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "获取提示信息失败");
|
|
|
- }
|
|
|
-
|
|
|
+ RespDTOUtil.respNGDeal(res, "获取提示信息失败");
|
|
|
return res.data;
|
|
|
}
|
|
|
}
|