Commit cf5aeeae authored by chenzhao's avatar chenzhao

修改代码

parent b84b25a5
...@@ -1573,7 +1573,7 @@ public class CommonServiceImpl { ...@@ -1573,7 +1573,7 @@ public class CommonServiceImpl {
idxBizFanHealthIndex.setAnalysisObjType("测点"); idxBizFanHealthIndex.setAnalysisObjType("测点");
if (ObjectUtils.isEmpty(scoreValueArray.getDoubleValue(i))){ if (ObjectUtils.isEmpty(scoreValueArray.getDoubleValue(i))){
System.out.println(JSON.toJSONString(requestMap)); System.out.println(JSON.toJSONString(requestMap));
idxBizFanHealthIndex.setANOMALY(0); idxBizFanHealthIndex.setANOMALY(0.0);
}else { }else {
idxBizFanHealthIndex.setANOMALY(scoreValueArray.getDoubleValue(i)); idxBizFanHealthIndex.setANOMALY(scoreValueArray.getDoubleValue(i));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment