2026-04-10提交:导入初始化值
This commit is contained in:
parent
a3fbcafc24
commit
4fd4e386ff
@ -72,6 +72,8 @@ public class HourlyOutageExcelProcessService {
|
|||||||
// log.info("lengthOutage is less than 60! {}, {}, {}", row.getProvince(), row.getCity(), row.getDistrict());
|
// log.info("lengthOutage is less than 60! {}, {}, {}", row.getProvince(), row.getCity(), row.getDistrict());
|
||||||
// continue;
|
// continue;
|
||||||
// }
|
// }
|
||||||
|
row.setFaultUserCount(0);
|
||||||
|
row.setScheduledUserCount(0);
|
||||||
|
|
||||||
// 只有当前不是【已复电】状态,才需要判断
|
// 只有当前不是【已复电】状态,才需要判断
|
||||||
if (!"已复电".equals(row.getOutageState())) {
|
if (!"已复电".equals(row.getOutageState())) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user