|
|
@ -209,7 +209,7 @@ public class QuestionService implements IQuestionService { |
|
|
|
log.info("没有选择病人信息"); |
|
|
|
return CodeEnum.PATIENT_NOT_CHOICE; |
|
|
|
} |
|
|
|
if (score.getOptions() == null) { |
|
|
|
if (CollectionUtil.isEmpty(score.getOptions())) { |
|
|
|
log.info("没有报告单ID或选项,不进行保存"); |
|
|
|
return CodeEnum.SUCCESS; |
|
|
|
} |
|
|
|