|
@@ -123,7 +123,7 @@ public class GraphCalculate implements AutoCloseable{
|
|
responseData.setTreat(treat);
|
|
responseData.setTreat(treat);
|
|
}
|
|
}
|
|
//管理评估(慢病才有)
|
|
//管理评估(慢病才有)
|
|
- if (featureTypeList.contains("11") && diseaseType == 1 && diseaseType != null) {
|
|
|
|
|
|
+ if (featureTypeList.contains("11") && diseaseType != null && diseaseType == 1) {
|
|
logger.info("featureTypeList 包含11,走管理评估!!!");
|
|
logger.info("featureTypeList 包含11,走管理评估!!!");
|
|
starttime = System.currentTimeMillis();
|
|
starttime = System.currentTimeMillis();
|
|
// 暂停图谱查询服务
|
|
// 暂停图谱查询服务
|