Commit a0772f2b authored by lilongyang's avatar lilongyang

1、解决变量层级健康等级划分页面下的风电/光伏分析变量运行监测数据趋势图按照时间等查询问题

parent 1915088b
......@@ -108,8 +108,8 @@ public class IdxBizFanHealthIndexServiceImpl extends BaseService<IdxBizFanHealth
endTime= sdf.format(currentDayEndTime);
}else{
if("1".equals(type)){
startTime = startTime.concat(" 00:00:00");
endTime = endTime.concat(" 23:59:59");
startTime = startTime.concat(" 00:00:00");
endTime = endTime.concat(" 23:59:59");
}
if("2".equals(type)){
......
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