- #foreach( $ts in $vList )
- <!Entity=${efiName} ForecastType=短期预测 时间='${currentTime}' 预测时间='${ts.uploadTime}' !>
- <预测数据>
- @ 序号 ${efiName}.预测值 开机容量 运行台数
- #foreach( $dq in $ts.dqList )
- # ${dq.xh} ${dq.forecastValueCorrectAfter} ${dq.openCapactity} ${dq.nums}
- #end
- </预测数据>
- #end
|