|
|
@ -74,7 +74,7 @@ public class QuestionnaireService implements IQuestionnaireService{ |
|
|
|
if (ObjectUtil.isNull(param.getJmrsNumberTwo())) { |
|
|
|
throw new BaseException(DefaultCodeError.PCI_NOT_NULL); |
|
|
|
} |
|
|
|
if (ObjectUtil.isNull(param.getDetailId())) { |
|
|
|
if (ObjectUtil.isNull(param.getDeathNumber())) { |
|
|
|
throw new BaseException(DefaultCodeError.PCI_NOT_NULL); |
|
|
|
} |
|
|
|
} |
|
|
|