Commit 490858d6 authored by Tong Li's avatar Tong Li

bug

parent 57cd90f1
......@@ -190,7 +190,7 @@ public class PlanResultService {
try {
ScheduleParams param = InitScheduleParams();
param.setBaseTime(LocalDateTime.of(2026, 5, 20, 0, 0, 0));
// param.setBaseTime(LocalDateTime.of(2026, 5, 20, 0, 0, 0));
this.baseTime=param.getBaseTime();
// 策略读取入口:优先使用前端传入的 userId;没传时用 sceneId 查场景创建人。
Long effectiveUserId = scheduleStrategyService.resolveScheduleUserId(SceneId, userId);
......
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