复检bug

This commit is contained in:
caozehui
2025-05-08 15:27:52 +08:00
parent a9515f42b3
commit bfed1b3e93
2 changed files with 3 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ public class AdPlanServiceImpl extends ServiceImpl<AdPlanMapper, AdPlan> impleme
// scriptDtlsList = scriptDtlsList.stream().filter(obj -> !sortSet.contains(obj.getScriptIndex())).collect(Collectors.toList());
// }
StorageParam storageParam = new StorageParam();
storageParam.setDevId(devId);
storageParam.setCode(adPlan.getCode() + "");
storageParam.setScriptId(adPlan.getScriptId());
List<Integer> indexes = adHarmonicService.getIndex(storageParam, true);