浏览代码

添加日志

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);
         }
         //推送管理评估