|
@@ -547,7 +547,7 @@ public class IndexService extends SocketToolService{
|
|
|
}
|
|
|
|
|
|
Calendar c = Calendar.getInstance();
|
|
|
- Windpowerinfoday wp=windpowerinfodayService.findListByDate("CL_FDC",c.getTime());
|
|
|
+ Windpowerinfoday wp=windpowerinfodayService.findListByDate(windpowerstation.getId(),c.getTime());
|
|
|
if(StringUtils.isNotNull(wp))
|
|
|
{
|
|
|
ylyxs=wp.getMonthlyxs();
|