Commit 38a88ea8 authored by Tong Li's avatar Tong Li

MP

parent a1b5ec14
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -166,8 +166,7 @@ public class MacroPlannerDataConverter {
// 0. 读取时间配置, 计算 horizonEnd
// endCount = 期数 (与 periodDimension 结合决定实际天数)
ApsTimeConfig timeConfig = apsTimeConfigService.getOne(
new LambdaQueryWrapper<ApsTimeConfig>()
.eq(ApsTimeConfig::getMpSceneId, "172f545f-f94c-4143-86af-bd65e787e8e6"));
new LambdaQueryWrapper());
ctx.baseTime = LocalDateTime.of(2026, 9, 28, 0, 0, 0);
ctx.periodDimension = "DAY";
......
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