光伏今日放电统计逻辑修改
This commit is contained in:
@ -1475,6 +1475,7 @@ public class Device001ApiController {
|
||||
}
|
||||
if (stationHomeRespVos != null && stationHomeRespVos.size() > 0) {
|
||||
BigDecimal startEle = stationHomeRespVos.get(0).getDigital();
|
||||
query.setBegin(DateUtil.beginOfDay(new Date()));
|
||||
cacheObj(query, DeviceTypeConstant.PV_DAILY_CHARGE_START, startEle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user