【调度运行计划非空判断】
This commit is contained in:
parent
5fdcfc5fd7
commit
8afd9b286f
@ -42,6 +42,8 @@ public class StorageCtcZoneData {
|
||||
* @return
|
||||
*/
|
||||
public void convert(CtcZoneRepository repository) {
|
||||
stationRunPlanMap.forEach((k, v) -> repository.getStationRunPlanMap().put(k, v));
|
||||
if (stationRunPlanMap != null) {
|
||||
stationRunPlanMap.forEach((k, v) -> repository.getStationRunPlanMap().put(k, v));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user