Commit c9938632 authored by ZWT's avatar ZWT

feat(能源管理系统): 间开优化定时任务

1.开发间开优化短期间开优化定时任务;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 5e1f8564
...@@ -71,8 +71,10 @@ public class SpaceOptimizeShortCloudServiceImpl extends SpaceOptimizeBaseService ...@@ -71,8 +71,10 @@ public class SpaceOptimizeShortCloudServiceImpl extends SpaceOptimizeBaseService
continue; continue;
} }
List<SpaceInstitutionWellheadEnt> wellheadEntList = wellheadsByInstitutionIdIdMap.get(detailId); List<SpaceInstitutionWellheadEnt> wellheadEntList = wellheadsByInstitutionIdIdMap.get(detailId);
for (SpaceInstitutionWellheadEnt wellhead : wellheadEntList) {
} }
}
return XServiceResult.OK; return XServiceResult.OK;
} }
} }
\ No newline at end of file
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