Commit 9151192b authored by caotao's avatar caotao

监盘接口调整

parent e562b261
......@@ -674,7 +674,7 @@ public class MonitoringServiceImpl {
String indicator = "日发电量";
if (tabValue.equals(1)) {
indicator = "月发电量";
} else {
} else if(tabValue.equals(2)){
indicator = "年发电量";
}
//填写发电小时数
......
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