Browse Source

Merge remote-tracking branch 'origin/push-grade' into push-test

kongwz 5 years atrás
parent
commit
140c707008

+ 0 - 1
push-web/src/main/java/org/diagbot/push/controller/AlgorithmController.java

@@ -160,7 +160,6 @@ public class AlgorithmController extends BaseController {
         searchData.setPushDiags(pushDiags);
         bigDataResponseData.setTreat(graphResponseData.getTreat());
         //量表和指标推送
-        List<MedicalIndication> ruleMedicalIndications = RuleResponseData.getMedicalIndications();
         List<MedicalIndication> medicalIndications = graphResponseData.getMedicalIndications();
         if (medicalIndications != null && medicalIndications.size() > 0) {
             logger.info("指标推送!!!!!!!!!");