Commit 6c78b3b8 authored by chenzhao's avatar chenzhao

修改代码

parent 3f776163
......@@ -583,7 +583,7 @@ public class MonitorFanIdxController extends BaseController {
data.put("title5",7.47);//辐照强度
data.put("title6",Float.valueOf(columnMap.get("年发电量").toString()));
data.put("title7",Float.valueOf(columnMap.get("有功功率").toString()));
data.put("title8",7.47);//日利用小时
data.put("title8",(Float.valueOf(columnMap.get("日发电量").toString())/Float.valueOf(columnMap.get("装机容量").toString())*1000));//日利用小时
data.put("title9",7.47);//总辐射日累计
data.put("title0",7.47);//综合效率
return ResponseHelper.buildResponse(data);
......
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