|
@@ -148,14 +148,14 @@ public class AlgorithmController extends BaseController {
|
|
|
//危机值
|
|
|
CrisisApplication crisisApplication = new CrisisApplication();
|
|
|
responseData.setCrisisDetails(crisisApplication.crisisContent(searchData));
|
|
|
- ResponseData bigDataResponseData = new ResponseData();
|
|
|
+
|
|
|
//大数据推送
|
|
|
// searchData.setLength(6); //模型推送最多6个比较合理
|
|
|
-// AlgorithmCore core = new AlgorithmCore();
|
|
|
-// ResponseData bigDataResponseData = core.algorithm(request, searchData, responseData);
|
|
|
-// bigDataResponseData.setVitals(new ArrayList<>());
|
|
|
-// bigDataResponseData.setLabs(new ArrayList<>());
|
|
|
-// bigDataResponseData.setPacs(new ArrayList<>());
|
|
|
+ AlgorithmCore core = new AlgorithmCore();
|
|
|
+ ResponseData bigDataResponseData = core.algorithm(request, searchData, responseData);
|
|
|
+ bigDataResponseData.setVitals(new ArrayList<>());
|
|
|
+ bigDataResponseData.setLabs(new ArrayList<>());
|
|
|
+ bigDataResponseData.setPacs(new ArrayList<>());
|
|
|
|
|
|
// GraphCalculate graphCalculate = new GraphCalculate();
|
|
|
// Map<String, List<CrisisDetail>> crisisDetails = responseData.getCrisisDetails();
|