Commit 13bf067d authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.修复登录页面登录接口验证码输入后不需要验证直接能登录的问题;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 771eb4cb
......@@ -136,6 +136,7 @@ public class SpaceOptimizeApiService extends SpaceOptimizeBaseService {
.endTime(DateUtil.offsetDay(of, 1).toString())
.dateType(BusinessConstant.ONE)
.build());
//取有发电量的时间段
generationHourList = generationHourList.stream()
.filter(generationHour -> generationHour.getPower().compareTo(BigDecimal.ZERO) > 0)
.collect(Collectors.toList());
......
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