|
@@ -42,10 +42,10 @@ public class PushProcess {
|
|
|
if(pushVO.getDiagVo() != null && pushVO.getDiagVo().getDiags().size() > 0){
|
|
|
reversePushPackage(length, pushDTO, ruleTypeList, typeWords, pushVO,dis,wordCrfDTO.getDiag());
|
|
|
}else {
|
|
|
- List<String> symptoms = new ArrayList<>();
|
|
|
- symptoms.add("嗜睡");
|
|
|
- symptoms.add("恶心");
|
|
|
- neoFacade.getDisBySymptom(symptoms);
|
|
|
+// List<String> symptoms = new ArrayList<>();
|
|
|
+// symptoms.add("嗜睡");
|
|
|
+// symptoms.add("恶心");
|
|
|
+// neoFacade.getDisBySymptom(symptoms);
|
|
|
//正推
|
|
|
List<NeoPushDTO> push = neoFacade.getPush(pushVO);
|
|
|
if(ListUtil.isNotEmpty(push) && push.size() >0){
|