|
@@ -521,7 +521,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
GetQuestiongAndModuleRelationsVO getQuestiongAndModuleRelationsVO = new GetQuestiongAndModuleRelationsVO();
|
|
GetQuestiongAndModuleRelationsVO getQuestiongAndModuleRelationsVO = new GetQuestiongAndModuleRelationsVO();
|
|
getQuestiongAndModuleRelationsVO.setQuestionId(Long.parseLong(id));
|
|
getQuestiongAndModuleRelationsVO.setQuestionId(Long.parseLong(id));
|
|
GetQuestiongAndModuleRelationsDTO getQuestiongAndModuleRelationsDTO = moduleInfoFacade.getQuestiongAndModuleRelations(getQuestiongAndModuleRelationsVO);
|
|
GetQuestiongAndModuleRelationsDTO getQuestiongAndModuleRelationsDTO = moduleInfoFacade.getQuestiongAndModuleRelations(getQuestiongAndModuleRelationsVO);
|
|
- if(null != getQuestiongAndModuleRelationsDTO){
|
|
|
|
|
|
+ if(null != getQuestiongAndModuleRelationsDTO && StringUtil.isNotBlank(getQuestiongAndModuleRelationsDTO.getRelationInfos().toString())){
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR,
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR,
|
|
getQuestiongAndModuleRelationsDTO.getRelationInfos().toString());
|
|
getQuestiongAndModuleRelationsDTO.getRelationInfos().toString());
|
|
}
|
|
}
|