소스 검색

添加日志

kongwz 6 년 전
부모
커밋
0a86c19fa3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      push-web/src/main/java/org/diagbot/push/controller/AlgorithmController.java

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

@@ -99,6 +99,7 @@ public class AlgorithmController extends BaseController {
         //量表和指标推送
         List<MedicalIndication> medicalIndications = graphResponseData.getMedicalIndications();
         if(medicalIndications !=null && medicalIndications.size()>0){
+            logger.info("指标推送!!!!!!!!!");
             bigDataResponseData.setMedicalIndications(medicalIndications);
         }
         //推送管理评估