|
@@ -531,8 +531,8 @@ public class PushProcess {
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // 有界面诊断,不需要拟诊和确诊
|
|
|
|
- if (hasDisease(wordCrfDTO)) {
|
|
|
|
|
|
+ // 无界面诊断,推送拟诊和确诊
|
|
|
|
+ if (!hasDisease(wordCrfDTO)) {
|
|
if (ListUtil.isNotEmpty(protocolList)) {
|
|
if (ListUtil.isNotEmpty(protocolList)) {
|
|
pushDiagnoseDTO.put("拟诊", protocolList);
|
|
pushDiagnoseDTO.put("拟诊", protocolList);
|
|
}
|
|
}
|