Просмотр исходного кода

把大数据推送的化验、辅检、体征清空

kongwz 5 лет назад
Родитель
Сommit
4262cd5374

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

@@ -153,6 +153,9 @@ public class AlgorithmController extends BaseController {
 //        searchData.setLength(6);    //模型推送最多6个比较合理
         AlgorithmCore core = new AlgorithmCore();
         ResponseData bigDataResponseData = core.algorithm(request, searchData, responseData);
+        bigDataResponseData.setVitals(null);
+        bigDataResponseData.setLabs(null);
+        bigDataResponseData.setPacs(null);
 
         GraphCalculate graphCalculate = new GraphCalculate();
         ResponseData graphResponseData = graphCalculate.calculate(request, searchData);