|
@@ -126,7 +126,8 @@ public class KlRegularConfigFacade extends KlRegularConfigServiceImpl {
|
|
VitalLabel vitalLabel = wordCrfDTO.getVitalLabel();
|
|
VitalLabel vitalLabel = wordCrfDTO.getVitalLabel();
|
|
List<Vital> vitals = vitalLabel.getVitals();
|
|
List<Vital> vitals = vitalLabel.getVitals();
|
|
|
|
|
|
- if (StringUtil.isBlank(symptom) && StringUtil.isBlank(pasts) && StringUtil.isBlank(pacs)) {
|
|
|
|
|
|
+ if (StringUtil.isBlank(symptom) && StringUtil.isBlank(pasts) && StringUtil.isBlank(pacs)
|
|
|
|
+ && StringUtil.isBlank(vital)) {
|
|
return wordCrfDTO;
|
|
return wordCrfDTO;
|
|
}
|
|
}
|
|
|
|
|